Re: [PATCH 3/3] m32r: remove redundant declaration

From: Thiago Farina
Date: Tue Apr 26 2011 - 14:24:35 EST


On Mon, Apr 25, 2011 at 6:38 AM, KOSAKI Motohiro
<kosaki.motohiro@xxxxxxxxxxxxxx> wrote:
> They has no meanings.
>
s/has/have ?

> Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx>
> Cc: Hirokazu Takata <takata@xxxxxxxxxxxxxx>
> Cc: linux-m32r@xxxxxxxxxxxxxxxxx
> ---
> Âarch/m32r/kernel/smp.c | Â 13 ++-----------
> Â1 files changed, 2 insertions(+), 11 deletions(-)
>
> diff --git a/arch/m32r/kernel/smp.c b/arch/m32r/kernel/smp.c
> index f758100..092d40a 100644
> --- a/arch/m32r/kernel/smp.c
> +++ b/arch/m32r/kernel/smp.c
> @@ -30,6 +30,7 @@
> Â#include <asm/io.h>
> Â#include <asm/mmu_context.h>
> Â#include <asm/m32r.h>
> +#include <asm/tlbflush.h>
>
> Â/*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
> Â/* Data structures and variables                       */
> @@ -61,27 +62,17 @@ extern spinlock_t ipi_lock[];
> Â/* Function Prototypes                            */
> Â/*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
>
> -void smp_send_reschedule(int);
> Âvoid smp_reschedule_interrupt(void);
> -
> -void smp_flush_cache_all(void);
> Âvoid smp_flush_cache_all_interrupt(void);
>
> -void smp_flush_tlb_all(void);
> Âstatic void flush_tlb_all_ipi(void *);
> -
> -void smp_flush_tlb_mm(struct mm_struct *);
> -void smp_flush_tlb_range(struct vm_area_struct *, unsigned long, \
> - Â Â Â unsigned long);
> -void smp_flush_tlb_page(struct vm_area_struct *, unsigned long);
> Âstatic void flush_tlb_others(cpumask_t, struct mm_struct *,
> Â Â Â Âstruct vm_area_struct *, unsigned long);
> +
> Âvoid smp_invalidate_interrupt(void);
>
> -void smp_send_stop(void);
> Âstatic void stop_this_cpu(void *);
>
> -void smp_send_timer(void);
> Âvoid smp_ipi_timer_interrupt(struct pt_regs *);
> Âvoid smp_local_timer_interrupt(void);
>
> --
> 1.7.3.1
>
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at Âhttp://vger.kernel.org/majordomo-info.html
> Please read the FAQ at Âhttp://www.tux.org/lkml/
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/