140-cmdline_hack.patch 388 B

123456789101112131415
  1. Index: linux-2.6.23.17/arch/mips/kernel/head.S
  2. ===================================================================
  3. --- linux-2.6.23.17.orig/arch/mips/kernel/head.S
  4. +++ linux-2.6.23.17/arch/mips/kernel/head.S
  5. @@ -132,6 +132,10 @@
  6. j kernel_entry
  7. nop
  8. +
  9. +EXPORT(_image_cmdline)
  10. + .ascii "CMDLINE:"
  11. +
  12. #ifndef CONFIG_NO_EXCEPT_FILL
  13. /*
  14. * Reserved space for exception handlers.