On Thu, Sep 13, 2007 at 01:13:28PM +0900, Yoichi Yuasa wrote: > > linux/arch/mips/kernel/time.c:142: error: implicit declaration of function 'profile_tick' > > > > Proper fix would be including profile.h from time.c, but this is > > irrelevant to i8259, so should be a separate patch. > > I found a patch for it in my patch queue. > > > Other parts looks good to me. Thanks. > > Add #include <linux/profile.h> to arch/mips/kernel/time.c > It refer to CPU_PROFILING. > > arch/mips/kernel/time.c: In function 'local_timer_interrupt': > arch/mips/kernel/time.c:142: error: implicit declaration of function 'profile_tick' > arch/mips/kernel/time.c:142: error: 'CPU_PROFILING' undeclared (first use in this function) > arch/mips/kernel/time.c:142: error: (Each undeclared identifier is reported only once > arch/mips/kernel/time.c:142: error: for each function it appears in.) > > Signed-off-by: Yoichi Yuasa <yoichi_yuasa@xxxxxxxxxxxxxx> Thanks, applied. Ralf