1127019fe49612c63557b006f49c91afa69805ab
[openwrt-10.03/.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.