1 --- a/arch/mips/kernel/head.S
2 +++ b/arch/mips/kernel/head.S
5 * Reserved space for exception handlers.
6 * Necessary for machines which link their kernels at KSEG0.
7 + * Use as temporary storage for the kernel command line, so that it
8 + * can be updated easily without having to relink the kernel.
11 +EXPORT(_image_cmdline)