On Wed, Aug 03, 2005 at 03:59:24PM +1000, Con Kolivas wrote: >... > --- linux-2.6.13-rc5-ck2.orig/arch/i386/kernel/time.c 2005-08-03 > 11:29:08.000000000 +1000 > +++ linux-2.6.13-rc5-ck2/arch/i386/kernel/time.c 2005-08-03 > 11:29:29.000000000 +1000 >... > -static inline void do_timer_interrupt(int irq, void *dev_id, > +inline void do_timer_interrupt(int irq, void *dev_id, > struct pt_regs *regs) >...
A global inline functions implies an increase of the size of the binary. Can you drop the "inline"? cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/