2008-05-19 09:07:27 +00: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 10:42:06 +00:00
|
|
|
@@ -132,6 +132,10 @@
|
|
|
|
|
2006-10-26 01:08:41 +00:00
|
|
|
j kernel_entry
|
|
|
|
nop
|
2008-01-11 10:42:06 +00:00
|
|
|
+
|
2007-06-06 23:34:34 +00:00
|
|
|
+EXPORT(_image_cmdline)
|
2008-01-11 10:42:06 +00:00
|
|
|
+ .ascii "CMDLINE:"
|
2007-06-06 23:34:34 +00:00
|
|
|
+
|
2008-01-11 10:42:06 +00:00
|
|
|
#ifndef CONFIG_NO_EXCEPT_FILL
|
2006-10-26 01:08:41 +00:00
|
|
|
/*
|
|
|
|
* Reserved space for exception handlers.
|