get rid of $Id$ - it has never helped us and it has broken too many patches ;)
[openwrt-10.03/.git] / target / linux / rb532 / patches-2.6.24 / 140-cmdline_hack.patch
1 --- a/arch/mips/kernel/head.S
2 +++ b/arch/mips/kernel/head.S
3 @@ -122,6 +122,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.