commit | 34cc560e6a72ff414ff7d107426a411b0a093ad3 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Mon Feb 12 15:10:56 2007 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Feb 12 15:15:48 2007 -0800 |
tree | b22714871ba8bcf1681b06e974d0e887e4c57c10 | |
parent | b5ba1b31c793185d6e0ee62c1928c84bcff9818e [diff] |
[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>