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:
364212e
)
[MIPS] Remove duplicate declaration of cpu_online_map.
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 17 May 2006 23:16:10 +0000
(
01:16
+0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 5 Jun 2006 23:15:09 +0000
(
00:15
+0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/smp.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-mips/smp.h
b/include/asm-mips/smp.h
index 75c6fe7c212682390e3e29c6f6ab0ba55e362552..5a4fad910d82529d53d55c36d0e7f82b4e1f5ab2 100644
(file)
--- a/
include/asm-mips/smp.h
+++ b/
include/asm-mips/smp.h
@@
-48,7
+48,6
@@
extern struct call_data_struct *call_data;
#define SMP_CALL_FUNCTION 0x2
extern cpumask_t phys_cpu_present_map;
-extern cpumask_t cpu_online_map;
#define cpu_possible_map phys_cpu_present_map
extern cpumask_t cpu_callout_map;