Atsushi Nemoto пишет: > On Wed, 2 Apr 2008 03:58:38 +0400, Dmitri Vorobiev <dmitri.vorobiev@xxxxxxxxx> wrote: >> --- a/arch/mips/oprofile/op_model_mipsxx.c >> +++ b/arch/mips/oprofile/op_model_mipsxx.c >> @@ -31,6 +31,8 @@ >> >> #define M_COUNTER_OVERFLOW (1UL << 31) >> >> +int (*save_perf_irq)(void); > > This should be another target of "make it static" patch :-) Indeed. Thank you for noticing that. > > --- > Atsushi Nemoto > -- > 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/ >