|
30 | 30 | #include <asm/io.h>
|
31 | 31 | #include <asm/mmu_context.h>
|
32 | 32 | #include <asm/m32r.h>
|
| 33 | +#include <asm/tlbflush.h> |
33 | 34 |
|
34 | 35 | /*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
|
35 | 36 | /* Data structures and variables */
|
@@ -61,27 +62,17 @@ extern spinlock_t ipi_lock[];
|
61 | 62 | /* Function Prototypes */
|
62 | 63 | /*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
|
63 | 64 |
|
64 |
| -void smp_send_reschedule(int); |
65 | 65 | void smp_reschedule_interrupt(void);
|
66 |
| - |
67 |
| -void smp_flush_cache_all(void); |
68 | 66 | void smp_flush_cache_all_interrupt(void);
|
69 | 67 |
|
70 |
| -void smp_flush_tlb_all(void); |
71 | 68 | static void flush_tlb_all_ipi(void *);
|
72 |
| - |
73 |
| -void smp_flush_tlb_mm(struct mm_struct *); |
74 |
| -void smp_flush_tlb_range(struct vm_area_struct *, unsigned long, \ |
75 |
| - unsigned long); |
76 |
| -void smp_flush_tlb_page(struct vm_area_struct *, unsigned long); |
77 | 69 | static void flush_tlb_others(cpumask_t, struct mm_struct *,
|
78 | 70 | struct vm_area_struct *, unsigned long);
|
| 71 | + |
79 | 72 | void smp_invalidate_interrupt(void);
|
80 | 73 |
|
81 |
| -void smp_send_stop(void); |
82 | 74 | static void stop_this_cpu(void *);
|
83 | 75 |
|
84 |
| -void smp_send_timer(void); |
85 | 76 | void smp_ipi_timer_interrupt(struct pt_regs *);
|
86 | 77 | void smp_local_timer_interrupt(void);
|
87 | 78 |
|
|
0 commit comments