Skip to content

Commit 5bf54a9

Browse files
kosakitorvalds
authored andcommitted
m32r: remove redundant declaration
They have no meaning. Signed-off-by: KOSAKI Motohiro <[email protected]> Cc: Hirokazu Takata <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 1e806c5 commit 5bf54a9

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

arch/m32r/kernel/smp.c

+2-11
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <asm/io.h>
3131
#include <asm/mmu_context.h>
3232
#include <asm/m32r.h>
33+
#include <asm/tlbflush.h>
3334

3435
/*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
3536
/* Data structures and variables */
@@ -61,27 +62,17 @@ extern spinlock_t ipi_lock[];
6162
/* Function Prototypes */
6263
/*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
6364

64-
void smp_send_reschedule(int);
6565
void smp_reschedule_interrupt(void);
66-
67-
void smp_flush_cache_all(void);
6866
void smp_flush_cache_all_interrupt(void);
6967

70-
void smp_flush_tlb_all(void);
7168
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);
7769
static void flush_tlb_others(cpumask_t, struct mm_struct *,
7870
struct vm_area_struct *, unsigned long);
71+
7972
void smp_invalidate_interrupt(void);
8073

81-
void smp_send_stop(void);
8274
static void stop_this_cpu(void *);
8375

84-
void smp_send_timer(void);
8576
void smp_ipi_timer_interrupt(struct pt_regs *);
8677
void smp_local_timer_interrupt(void);
8778

0 commit comments

Comments
 (0)