kernel: refresh patches
[openwrt/svn-archive/openwrt.git] / target / linux / rb532 / patches-2.6.23 / 140-cmdline_hack.patch
1 --- a/arch/mips/kernel/head.S
2 +++ b/arch/mips/kernel/head.S
3 @@ -132,6 +132,10 @@
4
5 j kernel_entry
6 nop
7 +
8 +EXPORT(_image_cmdline)
9 + .ascii "CMDLINE:"
10 +
11 #ifndef CONFIG_NO_EXCEPT_FILL
12 /*
13 * Reserved space for exception handlers.