From 72796bca43bded21d9796cb018c66cb97dfa4c9f Mon Sep 17 00:00:00 2001 From: juhosg Date: Sat, 30 Jun 2007 15:06:38 +0000 Subject: [adm5120] restore old patches for 2.6.21.5 kernel git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7798 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../adm5120-2.6/patches/140-cmdline_hack.patch | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 target/linux/adm5120-2.6/patches/140-cmdline_hack.patch (limited to 'target/linux/adm5120-2.6/patches/140-cmdline_hack.patch') diff --git a/target/linux/adm5120-2.6/patches/140-cmdline_hack.patch b/target/linux/adm5120-2.6/patches/140-cmdline_hack.patch new file mode 100644 index 000000000..23f377c90 --- /dev/null +++ b/target/linux/adm5120-2.6/patches/140-cmdline_hack.patch @@ -0,0 +1,27 @@ +diff -ur linux.old/arch/mips/kernel/head.S linux.dev/arch/mips/kernel/head.S +--- linux.old/arch/mips/kernel/head.S 2006-12-06 17:30:27.000000000 +0100 ++++ linux.dev/arch/mips/kernel/head.S 2006-12-06 18:34:43.000000000 +0100 +@@ -129,15 +129,20 @@ + #endif + .endm + +- + j kernel_entry + nop +- ++ nop ++ + /* + * Reserved space for exception handlers. + * Necessary for machines which link their kernels at KSEG0. ++ * Use as temporary storage for the kernel command line, so that it ++ * can be updated easily without having to relink the kernel. + */ +- .align 10 ++ ++EXPORT(_image_cmdline) ++ .ascii "CMDLINE:" ++ .align 10 + + EXPORT(stext) # used for profiling + EXPORT(_stext) -- cgit v1.2.3