git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5ba1b3
)
[SPARC]: Re-export saved_command_line to modules.
author
David S. Miller
<davem@sunset.davemloft.net>
Mon, 12 Feb 2007 23:10:56 +0000
(15:10 -0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 12 Feb 2007 23:15:48 +0000
(15:15 -0800)
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>
No differences found