[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)
commit34cc560e6a72ff414ff7d107426a411b0a093ad3
treeb22714871ba8bcf1681b06e974d0e887e4c57c10
parentb5ba1b31c793185d6e0ee62c1928c84bcff9818e
[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