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 :-) --- Atsushi Nemoto