2008-01-11 18:42:06 +08:00
|
|
|
diff -urN linux-2.6.23.12/arch/mips/kernel/head.S linux-2.6.23.12.new/arch/mips/kernel/head.S
|
|
|
|
--- linux-2.6.23.12/arch/mips/kernel/head.S 2008-01-11 11:27:08.000000000 +0100
|
|
|
|
+++ linux-2.6.23.12.new/arch/mips/kernel/head.S 2008-01-11 11:27:35.000000000 +0100
|
|
|
|
@@ -132,6 +132,10 @@
|
|
|
|
|
2006-10-26 09:08:41 +08:00
|
|
|
j kernel_entry
|
|
|
|
nop
|
2008-01-11 18:42:06 +08:00
|
|
|
+
|
2007-06-07 07:34:34 +08:00
|
|
|
+EXPORT(_image_cmdline)
|
2008-01-11 18:42:06 +08:00
|
|
|
+ .ascii "CMDLINE:"
|
2007-06-07 07:34:34 +08:00
|
|
|
+
|
2008-01-11 18:42:06 +08:00
|
|
|
#ifndef CONFIG_NO_EXCEPT_FILL
|
2006-10-26 09:08:41 +08:00
|
|
|
/*
|
|
|
|
* Reserved space for exception handlers.
|