Re: sh section mismatches [was Re: 2.6.22-rc6 on Dreamcast (SH4)]

2007-06-30 Thread Adrian McMenamin
On Sat, 2007-06-30 at 19:50 +0530, Satyam Sharma wrote: > Hi, > Right, as Mike just said, these warnings are the ones from > drivers/video/pvr2fb.c which the patch didn't touch ... that was only > to get rid of the "(between 'mv_dreamcast' and 'systemasic_int')" > warning. But of course, we can't

Re: sh section mismatches [was Re: 2.6.22-rc6 on Dreamcast (SH4)]

2007-06-30 Thread Satyam Sharma
Hi, On 6/30/07, Adrian McMenamin <[EMAIL PROTECTED]> wrote: [...] WARNING: drivers/built-in.o(.text+0x168e0): Section mismatch: reference to .init.data: (between 'pvr2fb_check_var' and 'pvr2fb_interrupt') WARNING: drivers/built-in.o(.text+0x1701c): Section mismatch: reference to .init.data: (bet

Re: sh section mismatches [was Re: 2.6.22-rc6 on Dreamcast (SH4)]

2007-06-30 Thread Adrian McMenamin
On Sat, 2007-06-30 at 09:58 -0400, Mike Frysinger wrote: > sure it did ... his patch was to address just the stuff in arch/sh/, not the > pvr video driver, and your output shows that it is working > -mike good point :) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: sh section mismatches [was Re: 2.6.22-rc6 on Dreamcast (SH4)]

2007-06-30 Thread Mike Frysinger
On Saturday 30 June 2007, Adrian McMenamin wrote: > On Thu, 2007-06-28 at 17:27 +0530, Satyam Sharma wrote: > > Hi, > > > > > On Monday 25 June 2007, Adrian McMenamin wrote: > > > > Still getting this: > > > > > > > > MODPOST vmlinux > > > > WARNING: arch/sh/boards/dreamcast/built-in.o(.data+0x0):

Re: sh section mismatches [was Re: 2.6.22-rc6 on Dreamcast (SH4)]

2007-06-30 Thread Adrian McMenamin
On Thu, 2007-06-28 at 17:27 +0530, Satyam Sharma wrote: > Hi, > > > On Monday 25 June 2007, Adrian McMenamin wrote: > > > Still getting this: > > > > > > MODPOST vmlinux > > > WARNING: arch/sh/boards/dreamcast/built-in.o(.data+0x0): Section > > > mismatch: reference to .init.text: (between 'mv_dr

Re: sh section mismatches [was Re: 2.6.22-rc6 on Dreamcast (SH4)]

2007-06-28 Thread Sam Ravnborg
On Thu, Jun 28, 2007 at 05:27:55PM +0530, Satyam Sharma wrote: > Hi, > > >On Monday 25 June 2007, Adrian McMenamin wrote: > >> Still getting this: > >> > >> MODPOST vmlinux > >> WARNING: arch/sh/boards/dreamcast/built-in.o(.data+0x0): Section > >> mismatch: reference to .init.text: (between 'mv_d

sh section mismatches [was Re: 2.6.22-rc6 on Dreamcast (SH4)]

2007-06-28 Thread Satyam Sharma
Hi, On Monday 25 June 2007, Adrian McMenamin wrote: > Still getting this: > > MODPOST vmlinux > WARNING: arch/sh/boards/dreamcast/built-in.o(.data+0x0): Section > mismatch: reference to .init.text: (between 'mv_dreamcast' and > 'systemasic_int') I had sent a patch for this earlier ... Adrian,