kernel-entry-init.h 244 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __ASM_MACH_IP30_KERNEL_ENTRY_H
  3. #define __ASM_MACH_IP30_KERNEL_ENTRY_H
  4. .macro kernel_entry_setup
  5. .endm
  6. .macro smp_slave_setup
  7. move gp, a0
  8. .endm
  9. #endif /* __ASM_MACH_IP30_KERNEL_ENTRY_H */