Skip to content

Commit

Permalink
ppc: declare smp_ops in asm/smp.h, since platform setup code needs it
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Paul Mackerras committed Oct 19, 2005
1 parent 143a1de commit 0b879a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-ppc/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0b879a3

Please sign in to comment.