Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * This file is subject to the terms and conditions of the GNU General Public
0003  * License.  See the file "COPYING" in the main directory of this archive
0004  * for more details.
0005  *
0006  * Copyright (C) 2005 Embedded Alley Solutions, Inc
0007  * Copyright (C) 2005 Ralf Baechle (ralf@linux-mips.org)
0008  */
0009 #ifndef __ASM_MACH_GENERIC_KERNEL_ENTRY_H
0010 #define __ASM_MACH_GENERIC_KERNEL_ENTRY_H
0011 
0012 /* Intentionally empty macro, used in head.S. Override in
0013  * arch/mips/mach-xxx/kernel-entry-init.h when necessary.
0014  */
0015     .macro  kernel_entry_setup
0016     .endm
0017 
0018 /*
0019  * Do SMP slave processor setup necessary before we can safely execute C code.
0020  */
0021     .macro  smp_slave_setup
0022     .endm
0023 
0024 
0025 #endif /* __ASM_MACH_GENERIC_KERNEL_ENTRY_H */