projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
343b901
)
BOOT: Show that no_ipi_broadcast() takes a parameter.
author
Robert P. J. Day
<rpjday@mindspring.com>
Fri, 19 Oct 2007 22:19:06 +0000
(
00:19
+0200)
committer
Adrian Bunk
<bunk@kernel.org>
Fri, 19 Oct 2007 22:19:06 +0000
(
00:19
+0200)
a rather obvious fix given the opening of the function:
...
static __init int no_ipi_broadcast(char *str)
{
get_option(&str, &no_broadcast);
...
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
arch/x86/mach-default/setup.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/mach-default/setup.c
b/arch/x86/mach-default/setup.c
index 3f08010f3517287e595585c2dfed73890e054c25..47207ca71045329957f6e567227a1b3f724b739c 100644
(file)
--- a/
arch/x86/mach-default/setup.c
+++ b/
arch/x86/mach-default/setup.c
@@
-131,7
+131,7
@@
static __init int no_ipi_broadcast(char *str)
return 1;
}
-__setup("no_ipi_broadcast", no_ipi_broadcast);
+__setup("no_ipi_broadcast
=
", no_ipi_broadcast);
static int __init print_ipi_mode(void)
{