Re: [PATCH] hrtimer: fix section mismatch

2008-01-19 Thread Sam Ravnborg
On Sat, Jan 19, 2008 at 10:31:46PM +0100, Sam Ravnborg wrote: > On Sat, Jan 19, 2008 at 11:57:10AM -0800, Randy Dunlap wrote: > > From: Randy Dunlap <[EMAIL PROTECTED]> > > > > Fix section mismatch in hrtimer.c: > > > > WARNING: vmlinux.o(.text+0x50c61): Section mismatch: reference to > > .init.

Re: [PATCH] hrtimer: fix section mismatch

2008-01-19 Thread Sam Ravnborg
On Sat, Jan 19, 2008 at 11:57:10AM -0800, Randy Dunlap wrote: > From: Randy Dunlap <[EMAIL PROTECTED]> > > Fix section mismatch in hrtimer.c: > > WARNING: vmlinux.o(.text+0x50c61): Section mismatch: reference to .init.text: > (between 'hrtimer_cpu_notify' and 'down_read_trylock') > > Noticed by

[PATCH] hrtimer: fix section mismatch

2008-01-19 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Fix section mismatch in hrtimer.c: WARNING: vmlinux.o(.text+0x50c61): Section mismatch: reference to .init.text: (between 'hrtimer_cpu_notify' and 'down_read_trylock') Noticed by Johannes Berg and confirmed by Sam Ravnborg. Signed-off-by: Randy Dunlap <[E