2008-05-19 17:07:27 +08:00
|
|
|
Index: linux-2.6.23.17/arch/mips/kernel/head.S
|
|
|
|
===================================================================
|
|
|
|
--- linux-2.6.23.17.orig/arch/mips/kernel/head.S
|
|
|
|
+++ linux-2.6.23.17/arch/mips/kernel/head.S
|
2008-01-11 18:42:06 +08:00
|
|
|
@@ -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.
|