162306a36Sopenharmony_ci/* 262306a36Sopenharmony_ci * This file is subject to the terms and conditions of the GNU General Public 362306a36Sopenharmony_ci * License. See the file "COPYING" in the main directory of this archive 462306a36Sopenharmony_ci * for more details. 562306a36Sopenharmony_ci * 662306a36Sopenharmony_ci * Copyright (C) 2005 Embedded Alley Solutions, Inc 762306a36Sopenharmony_ci * Copyright (C) 2005 Ralf Baechle (ralf@linux-mips.org) 862306a36Sopenharmony_ci */ 962306a36Sopenharmony_ci#ifndef __ASM_MACH_GENERIC_KERNEL_ENTRY_H 1062306a36Sopenharmony_ci#define __ASM_MACH_GENERIC_KERNEL_ENTRY_H 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci/* Intentionally empty macro, used in head.S. Override in 1362306a36Sopenharmony_ci * arch/mips/mach-xxx/kernel-entry-init.h when necessary. 1462306a36Sopenharmony_ci */ 1562306a36Sopenharmony_ci .macro kernel_entry_setup 1662306a36Sopenharmony_ci .endm 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ci/* 1962306a36Sopenharmony_ci * Do SMP slave processor setup necessary before we can safely execute C code. 2062306a36Sopenharmony_ci */ 2162306a36Sopenharmony_ci .macro smp_slave_setup 2262306a36Sopenharmony_ci .endm 2362306a36Sopenharmony_ci 2462306a36Sopenharmony_ci 2562306a36Sopenharmony_ci#endif /* __ASM_MACH_GENERIC_KERNEL_ENTRY_H */ 26