projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ffaf86
)
fix cpumask build breakage on parisc
author
Helge Deller
<
[email protected]
>
Thu, 13 Nov 2008 17:55:54 +0000
(18:55 +0100)
committer
Linus Torvalds
<
[email protected]
>
Thu, 13 Nov 2008 19:30:03 +0000
(11:30 -0800)
Commit
2d3854a37e8b767a51aba38ed6d22817b0631e33
("cpumask: introduce new
API, without changing anything") introduced a build breakage on parisc.
This trivial patch fixes it.
Signed-off-by: Helge Deller <
[email protected]
>
Cc: Rusty Russell <
[email protected]
>
Cc: Andrew Morton <
[email protected]
>
Cc: Kyle Mc Martin <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/parisc/include/asm/smp.h
patch
|
blob
|
history
diff --git
a/arch/parisc/include/asm/smp.h
b/arch/parisc/include/asm/smp.h
index 398cdbaf4e540f6e6bccffdb84a7fbc8a88e5e98..409e698f436117bd2a18468f8a26ead3cf400d16 100644
(file)
--- a/
arch/parisc/include/asm/smp.h
+++ b/
arch/parisc/include/asm/smp.h
@@
-44,8
+44,6
@@
extern void arch_send_call_function_ipi(cpumask_t mask);
#define PROC_CHANGE_PENALTY 15 /* Schedule penalty */
-extern unsigned long cpu_present_mask;
-
#define raw_smp_processor_id() (current_thread_info()->cpu)
#else /* CONFIG_SMP */