diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-06-30 15:06:38 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-06-30 15:06:38 +0000 |
commit | 9679dfcc6296595027b7acfb8709ed63e82f2a72 (patch) | |
tree | 2c0b84d18273bd3a0aa61e141022fe566b591849 /target/linux/adm5120-2.6/patches/140-cmdline_hack.patch | |
parent | 15a3d260fe9cd40f75c4d49f7daa11dde16753af (diff) | |
download | upstream-9679dfcc6296595027b7acfb8709ed63e82f2a72.tar.gz upstream-9679dfcc6296595027b7acfb8709ed63e82f2a72.tar.bz2 upstream-9679dfcc6296595027b7acfb8709ed63e82f2a72.zip |
restore old patches for 2.6.21.5 kernel
SVN-Revision: 7798
Diffstat (limited to 'target/linux/adm5120-2.6/patches/140-cmdline_hack.patch')
-rw-r--r-- | target/linux/adm5120-2.6/patches/140-cmdline_hack.patch | 27 |
1 files changed, 27 insertions, 0 deletions
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 0000000000..23f377c90b --- /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) |