[PATCH -mm] Fix timerfd breakage on avr32 (was Re: [PATCH -mm] fix variable use in AVR32 pte_alloc_one)

2008-01-24 Thread Haavard Skinnemoen
On Thu, 24 Jan 2008 10:32:38 +1100 Ben Nizette <[EMAIL PROTECTED]> wrote: > Haavard Skinnemoen wrote: > > > > Hmm...I can't see anything like this on my current avr32-arch branch, > > but I think I mistakenly pushed out some unfinished code about a week > > ago and rewound it shortly afterwards.

Re: [PATCH -mm] fix variable use in AVR32 pte_alloc_one

2008-01-23 Thread Andrew Morton
> On Wed, 23 Jan 2008 13:20:10 +0100 Haavard Skinnemoen <[EMAIL PROTECTED]> > wrote: > On Wed, 23 Jan 2008 22:57:34 +1100 > Ben Nizette <[EMAIL PROTECTED]> wrote: > > > > > Some parts of this function use 'page', some 'pte'. As such, an AVR32 > > -mm build fails with an undefined reference to '

Re: [PATCH -mm] fix variable use in AVR32 pte_alloc_one

2008-01-23 Thread Ben Nizette
Haavard Skinnemoen wrote: Hmm...I can't see anything like this on my current avr32-arch branch, but I think I mistakenly pushed out some unfinished code about a week ago and rewound it shortly afterwards. If Andrew pulled during that window, I guess it must have made it into -mm :-( But thanks

Re: [PATCH -mm] fix variable use in AVR32 pte_alloc_one

2008-01-23 Thread Haavard Skinnemoen
On Wed, 23 Jan 2008 22:57:34 +1100 Ben Nizette <[EMAIL PROTECTED]> wrote: > > Some parts of this function use 'page', some 'pte'. As such, an AVR32 > -mm build fails with an undefined reference to 'page'. > > Signed-Off-By: Ben Nizette <[EMAIL PROTECTED]> > > --- > Index: linux-2.6.24-rc8-mm1/

[PATCH -mm] fix variable use in AVR32 pte_alloc_one

2008-01-23 Thread Ben Nizette
Some parts of this function use 'page', some 'pte'. As such, an AVR32 -mm build fails with an undefined reference to 'page'. Signed-Off-By: Ben Nizette <[EMAIL PROTECTED]> --- Index: linux-2.6.24-rc8-mm1/include/asm-avr32/pgalloc.h ===