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