projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47492d3
)
[PATCH] x86_64: Remove duplicate __cpuinit define
author
Ashok Raj
<ashok.raj@intel.com>
Sat, 5 Nov 2005 16:25:53 +0000
(17:25 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 15 Nov 2005 03:55:14 +0000
(19:55 -0800)
Remove duplicate __cpuinit in smp.c. Already defined in init.h which is
already included.
Signed-off-by: Ashok Raj <ashok.raj@intel.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/smp.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86_64/kernel/smp.c
b/arch/x86_64/kernel/smp.c
index 9db9dda161b40fe59df298406518bb4a867b0b61..493a0d1f12791581cabf4f21dd9aca9c41b0c105 100644
(file)
--- a/
arch/x86_64/kernel/smp.c
+++ b/
arch/x86_64/kernel/smp.c
@@
-28,8
+28,6
@@
#include <asm/proto.h>
#include <asm/apicdef.h>
-#define __cpuinit __init
-
/*
* Smarter SMP flushing macros.
* c/o Linus Torvalds.