projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
143a1de
)
ppc: declare smp_ops in asm/smp.h, since platform setup code needs it
author
Paul Mackerras
<paulus@samba.org>
Wed, 19 Oct 2005 13:12:01 +0000
(23:12 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Wed, 19 Oct 2005 13:12:01 +0000
(23:12 +1000)
Signed-off-by: Paul Mackerras <paulus@samba.org>
include/asm-ppc/smp.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-ppc/smp.h
b/include/asm-ppc/smp.h
index 79c1be3dfe619550e5a13b838a5d3bbe877551fe..063d7dedc6918dfe41d7a6c8473262d04c64bd51 100644
(file)
--- a/
include/asm-ppc/smp.h
+++ b/
include/asm-ppc/smp.h
@@
-35,6
+35,7
@@
extern cpumask_t cpu_possible_map;
extern unsigned long smp_proc_in_lock[];
extern volatile unsigned long cpu_callin_map[];
extern int smp_tb_synchronized;
+extern struct smp_ops_t *smp_ops;
extern void smp_send_tlb_invalidate(int);
extern void smp_send_xmon_break(int cpu);