Fix the cmdline hack patch, thanks Gabor
SVN-Revision: 7535
This commit is contained in:
parent
4a00419fd0
commit
a014690ed6
|
@ -17,11 +17,11 @@ diff -ur linux.old/arch/mips/kernel/head.S linux.dev/arch/mips/kernel/head.S
|
||||||
+ * Use as temporary storage for the kernel command line, so that it
|
+ * Use as temporary storage for the kernel command line, so that it
|
||||||
+ * can be updated easily without having to relink the kernel.
|
+ * can be updated easily without having to relink the kernel.
|
||||||
*/
|
*/
|
||||||
- .fill 0x400
|
- .align 10
|
||||||
+
|
+
|
||||||
+EXPORT(_image_cmdline)
|
+EXPORT(_image_cmdline)
|
||||||
+ .ascii "CMDLINE:"
|
+ .ascii "CMDLINE:"
|
||||||
+ .fill 0x3ec
|
+ .align 10
|
||||||
|
|
||||||
EXPORT(stext) # used for profiling
|
EXPORT(stext) # used for profiling
|
||||||
EXPORT(_stext)
|
EXPORT(_stext)
|
||||||
|
|
Loading…
Reference in New Issue