| * This file is subject to the terms and conditions of the GNU General Public |
| * License. See the file "COPYING" in the main directory of this archive |
| * Chris Dearman (chris@mips.com) |
| * Copyright (C) 2007 Mips Technologies, Inc. |
| #ifndef __ASM_MACH_MIPS_KERNEL_ENTRY_INIT_H |
| #define __ASM_MACH_MIPS_KERNEL_ENTRY_INIT_H |
| .macro kernel_entry_setup |
| #ifdef CONFIG_MIPS_MT_SMTC |
| /* Assume we came from YAMON... */ |
| PTR_LA v0, 0x9fc00534 /* YAMON print */ |
| PTR_LA a1, nonmt_processor |
| PTR_LA v0, 0x9fc00520 /* YAMON exit */ |
| .asciz "SMTC kernel requires the MT ASE to run\n" |
| * Do SMP slave processor setup necessary before we can safely execute C code. |
| #endif /* __ASM_MACH_MIPS_KERNEL_ENTRY_INIT_H */ |