| To: | linux-mips@linux-mips.org, ralf@linux-mips.org, linux-kernel@vger.kernel.org |
|---|---|
| Subject: | [PATCH 6/5] [MIPS] op_model_mipsxx.c: make the save_perf_irq variable static |
| From: | Dmitri Vorobiev <dmitri.vorobiev@gmail.com> |
| Date: | Wed, 2 Apr 2008 19:51:05 +0400 |
| In-reply-to: | <1207094318-21748-1-git-send-email-dmitri.vorobiev@gmail.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1207094318-21748-1-git-send-email-dmitri.vorobiev@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
The function pointer save_perf_irq introduced by the previous patch in this series can become static. Thanks for Atsushi Nemoto for pointing out the possibility. Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@gmail.com> --- Hi Ralf, If you find that the series is worth it, please pick up this patch too. Thank you. Dmitri arch/mips/oprofile/op_model_mipsxx.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/mips/oprofile/op_model_mipsxx.c b/arch/mips/oprofile/op_model_mipsxx.c index 12e840f..0a11727 100644 --- a/arch/mips/oprofile/op_model_mipsxx.c +++ b/arch/mips/oprofile/op_model_mipsxx.c @@ -31,7 +31,7 @@ #define M_COUNTER_OVERFLOW (1UL << 31) -int (*save_perf_irq)(void); +static int (*save_perf_irq)(void); #ifdef CONFIG_MIPS_MT_SMP #define WHAT (M_TC_EN_VPE | M_PERFCTL_VPEID(smp_processor_id())) -- 1.5.3 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH][MIPS][3/6]: AR7: VLYNQ bus, Matteo Croce |
|---|---|
| Next by Date: | Re: [PATCH][MIPS][3/6]: AR7: VLYNQ bus, Florian Lohoff |
| Previous by Thread: | Re: [PATCH 5/5] [MIPS] unexport null_perf_irq() and make it static, Dmitri Vorobiev |
| Next by Thread: | [PATCH] Fix Alchemy xss1500 and pb1x00 PCMCIA drivers, Florian Fainelli |
| Indexes: | [Date] [Thread] [Top] [All Lists] |