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:
577c9c4
)
x86: make wakeup_secondary_cpu_via_init static
author
Yinghai Lu
<yinghai@kernel.org>
Sat, 4 Apr 2009 00:15:14 +0000
(17:15 -0700)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 8 Apr 2009 12:50:28 +0000
(14:50 +0200)
Impact: cleanup
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
LKML-Reference: <
49D6A692
.
6040400
@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/smpboot.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/smpboot.c
b/arch/x86/kernel/smpboot.c
index 58d24ef917d8b46e7c7faedc4dd3fc79266ad0cb..bddf2ccaf3257b08b98602f5d3e32a70233dcea2 100644
(file)
--- a/
arch/x86/kernel/smpboot.c
+++ b/
arch/x86/kernel/smpboot.c
@@
-538,7
+538,7
@@
wakeup_secondary_cpu_via_nmi(int logical_apicid, unsigned long start_eip)
return (send_status | accept_status);
}
-int __devinit
+
static
int __devinit
wakeup_secondary_cpu_via_init(int phys_apicid, unsigned long start_eip)
{
unsigned long send_status, accept_status = 0;