]> git.baikalelectronics.ru Git - kernel.git/commit
[SPARC]: Re-export saved_command_line to modules.
authorDavid S. Miller <davem@sunset.davemloft.net>
Mon, 12 Feb 2007 23:10:56 +0000 (15:10 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 12 Feb 2007 23:15:48 +0000 (15:15 -0800)
commit406627fcb6edadaf34d3f7f78006ce561ea81beb
treeb22714871ba8bcf1681b06e974d0e887e4c57c10
parentcf5e4c65a0ab7f310855724281197b19da2d764c
[SPARC]: Re-export saved_command_line to modules.

This reverts some bogosity from the dynamic command-line
changes made on sparc32 and sparc64.

Drivers such as drivers/sbus/char/openprom.c reference
saved_command_line, and can be modular.

The boot_command_line is __initdata, yet the dynamic command-line
changes add modular exports of that symbol, obviously wrong.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/sparc_ksyms.c
arch/sparc64/kernel/sparc64_ksyms.c