diff options
Diffstat (limited to 'arch/sparc/kernel/smp_32.c')
-rw-r--r-- | arch/sparc/kernel/smp_32.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sparc/kernel/smp_32.c b/arch/sparc/kernel/smp_32.c index 2710602281de..705a94e1b8a5 100644 --- a/arch/sparc/kernel/smp_32.c +++ b/arch/sparc/kernel/smp_32.c | |||
@@ -267,11 +267,6 @@ void smp_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) | |||
267 | } | 267 | } |
268 | } | 268 | } |
269 | 269 | ||
270 | void smp_reschedule_irq(void) | ||
271 | { | ||
272 | set_need_resched(); | ||
273 | } | ||
274 | |||
275 | void smp_flush_page_to_ram(unsigned long page) | 270 | void smp_flush_page_to_ram(unsigned long page) |
276 | { | 271 | { |
277 | /* Current theory is that those who call this are the one's | 272 | /* Current theory is that those who call this are the one's |