CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/07/26 22:57:00
Modified files:
include/asm-mips/mach-generic: kernel-entry-init.h
Log message:
Define empty smp_slave_setup for non-IP27 SMP systems.
diff -urN linux/include/asm-mips/mach-generic/kernel-entry-init.h
linux/include/asm-mips/mach-generic/kernel-entry-init.h
--- linux/include/asm-mips/mach-generic/kernel-entry-init.h 2005/07/25
21:35:59 1.2
+++ linux/include/asm-mips/mach-generic/kernel-entry-init.h 2005/07/26
21:57:00 1.3
@@ -4,6 +4,7 @@
* for more details.
*
* Copyright (C) 2005 Embedded Alley Solutions, Inc
+ * Copyright (C) 2005 Ralf Baechle (ralf@linux-mips.org)
*/
#ifndef __ASM_MACH_GENERIC_KERNEL_ENTRY_H
#define __ASM_MACH_GENERIC_KERNEL_ENTRY_H
@@ -14,4 +15,11 @@
.macro kernel_entry_setup
.endm
+/*
+ * Do SMP slave processor setup necessary before we can savely execute C code.
+ */
+ .macro smp_slave_setup
+ .endm
+
+
#endif /* __ASM_MACH_GENERIC_KERNEL_ENTRY_H */
|