projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11034d5
)
x86: make command_line static in setup_64.c
author
Thomas Gleixner
<tglx@linutronix.de>
Mon, 12 May 2008 13:43:37 +0000
(15:43 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Sun, 25 May 2008 06:58:27 +0000
(08:58 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/setup_64.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/setup_64.c
b/arch/x86/kernel/setup_64.c
index 341230db74e1d20256ea79256c3cb0c54393a943..78c1be69c6d3766ba652267169cb4ba9a5b0fcfc 100644
(file)
--- a/
arch/x86/kernel/setup_64.c
+++ b/
arch/x86/kernel/setup_64.c
@@
-119,7
+119,7
@@
EXPORT_SYMBOL_GPL(edid_info);
extern int root_mountflags;
-char __initdata command_line[COMMAND_LINE_SIZE];
+
static
char __initdata command_line[COMMAND_LINE_SIZE];
static struct resource standard_io_resources[] = {
{ .name = "dma1", .start = 0x00, .end = 0x1f,