Re: blackfin compile error

2008-02-08 Thread Mike Frysinger
On Feb 8, 2008 1:53 PM, Bryan Wu <[EMAIL PROTECTED]> wrote: > On Feb 8, 2008 1:25 PM, Mike Frysinger <[EMAIL PROTECTED]> wrote: > > looks like only MMU code currently uses the function, but to keep > > things nice, we may want something like: > > static inline int is_swap_pte(pte_t pte) > > { > > #

Re: blackfin compile error

2008-02-08 Thread Bryan Wu
On Feb 8, 2008 1:25 PM, Mike Frysinger <[EMAIL PROTECTED]> wrote: > > On Feb 6, 2008 2:12 PM, Robin Getz <[EMAIL PROTECTED]> wrote: > > On Wed 6 Feb 2008 11:23, Matt Mackall pondered: > > > On Wed, 2008-02-06 at 17:18 +0200, Adrian Bunk wrote: > > > > Commit 698dd4ba6b12e34e1e432c944c01478c0b2cd773

Re: blackfin compile error

2008-02-07 Thread Mike Frysinger
On Feb 6, 2008 2:12 PM, Robin Getz <[EMAIL PROTECTED]> wrote: > On Wed 6 Feb 2008 11:23, Matt Mackall pondered: > > On Wed, 2008-02-06 at 17:18 +0200, Adrian Bunk wrote: > > > Commit 698dd4ba6b12e34e1e432c944c01478c0b2cd773 broke blackfin: > > > > > > <-- snip --> > > > > > > ... > > > CC

Re: blackfin compile error

2008-02-07 Thread Robin Getz
On Wed 6 Feb 2008 14:37, Andrew Morton pondered: > On Wed, 6 Feb 2008 14:12:50 -0500 > Robin Getz <[EMAIL PROTECTED]> wrote: > > > On Wed 6 Feb 2008 11:23, Matt Mackall pondered: > > > > > > On Wed, 2008-02-06 at 17:18 +0200, Adrian Bunk wrote: > > > > Commit 698dd4ba6b12e34e1e432c944c01478c0b2cd

Re: blackfin compile error

2008-02-07 Thread Mike Frysinger
On Feb 7, 2008 2:37 PM, Bryan Wu <[EMAIL PROTECTED]> wrote: > On Feb 8, 2008 12:03 AM, Mike Frysinger <[EMAIL PROTECTED]> wrote: > > On Feb 7, 2008 2:26 AM, Bryan Wu <[EMAIL PROTECTED]> wrote: > > > On Feb 7, 2008 3:37 AM, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > The world would be a better

Re: blackfin compile error

2008-02-07 Thread Bryan Wu
On Feb 8, 2008 12:03 AM, Mike Frysinger <[EMAIL PROTECTED]> wrote: > On Feb 7, 2008 2:26 AM, Bryan Wu <[EMAIL PROTECTED]> wrote: > > On Feb 7, 2008 3:37 AM, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > The world would be a better place if arch maintainers (or their helpers) > > > were to build an

Re: blackfin compile error

2008-02-07 Thread Mike Frysinger
On Feb 7, 2008 2:26 AM, Bryan Wu <[EMAIL PROTECTED]> wrote: > On Feb 7, 2008 3:37 AM, Andrew Morton <[EMAIL PROTECTED]> wrote: > > The world would be a better place if arch maintainers (or their helpers) > > were to build and test -mm once a month or so. > > I will be here for Blackfin. Actually, w

Re: blackfin compile error

2008-02-06 Thread Bryan Wu
On Feb 7, 2008 3:37 AM, Andrew Morton <[EMAIL PROTECTED]> wrote: > On Wed, 6 Feb 2008 14:12:50 -0500 > Robin Getz <[EMAIL PROTECTED]> wrote: > > > On Wed 6 Feb 2008 11:23, Matt Mackall pondered: > > > > > > On Wed, 2008-02-06 at 17:18 +0200, Adrian Bunk wrote: > > > > Commit 698dd4ba6b12e34e1e432c9

Re: blackfin compile error

2008-02-06 Thread Andrew Morton
On Wed, 6 Feb 2008 14:12:50 -0500 Robin Getz <[EMAIL PROTECTED]> wrote: > On Wed 6 Feb 2008 11:23, Matt Mackall pondered: > > > > On Wed, 2008-02-06 at 17:18 +0200, Adrian Bunk wrote: > > > Commit 698dd4ba6b12e34e1e432c944c01478c0b2cd773 broke blackfin: > > > > > > <-- snip --> > > > > > > ..

Re: blackfin compile error

2008-02-06 Thread Robin Getz
On Wed 6 Feb 2008 11:23, Matt Mackall pondered: > > On Wed, 2008-02-06 at 17:18 +0200, Adrian Bunk wrote: > > Commit 698dd4ba6b12e34e1e432c944c01478c0b2cd773 broke blackfin: > > > > <-- snip --> > > > > ... > > CC mm/vmscan.o > > In file included from > > /home/bunk/linux/kernel-2.6/gi

Re: blackfin compile error

2008-02-06 Thread Matt Mackall
On Wed, 2008-02-06 at 17:18 +0200, Adrian Bunk wrote: > Commit 698dd4ba6b12e34e1e432c944c01478c0b2cd773 broke blackfin: > > <-- snip --> > > ... > CC mm/vmscan.o > In file included from > /home/bunk/linux/kernel-2.6/git/linux-2.6/mm/vmscan.c:44: > /home/bunk/linux/kernel-2.6/git/linux-

blackfin compile error

2008-02-06 Thread Adrian Bunk
Commit 698dd4ba6b12e34e1e432c944c01478c0b2cd773 broke blackfin: <-- snip --> ... CC mm/vmscan.o In file included from /home/bunk/linux/kernel-2.6/git/linux-2.6/mm/vmscan.c:44: /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/swapops.h: In function 'is_swap_pte': /home/bunk/linux

Re: blackfin compile error

2007-12-02 Thread David Brownell
On Saturday 01 December 2007, Andrew Morton wrote: > I have all these: > > spi-at25-driver-is-for-eeprom-not-flash.patch I'd be tempted to merge that since it's documentation-only, and I like to see such stuff merged ASAP. But otherwise it's non-essential. > spi-use-mutex-not-semaphore.patch N

Re: blackfin compile error

2007-12-01 Thread Andrew Morton
On Sat, 1 Dec 2007 22:59:05 -0800 David Brownell <[EMAIL PROTECTED]> wrote: > On Saturday 01 December 2007, Bryan Wu wrote: > > On Dec 2, 2007 8:42 AM, Adrian Bunk <[EMAIL PROTECTED]> wrote: > > > It seems commit 5d448dd50712ae42f8176b5bb8db4703bef6f0f5 was incomplete: > > > > > > <-- snip --> >

Re: blackfin compile error

2007-12-01 Thread David Brownell
On Saturday 01 December 2007, Bryan Wu wrote: > On Dec 2, 2007 8:42 AM, Adrian Bunk <[EMAIL PROTECTED]> wrote: > > It seems commit 5d448dd50712ae42f8176b5bb8db4703bef6f0f5 was incomplete: > > > > <-- snip --> > > > > ... > > CC arch/blackfin/mach-bf537/boards/stamp.o > > /home/bunk/linux/k

Re: blackfin compile error

2007-12-01 Thread Bryan Wu
On Dec 2, 2007 8:42 AM, Adrian Bunk <[EMAIL PROTECTED]> wrote: > It seems commit 5d448dd50712ae42f8176b5bb8db4703bef6f0f5 was incomplete: > > <-- snip --> > > ... > CC arch/blackfin/mach-bf537/boards/stamp.o > /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/blackfin/mach-bf537/boards/stamp.

blackfin compile error

2007-12-01 Thread Adrian Bunk
It seems commit 5d448dd50712ae42f8176b5bb8db4703bef6f0f5 was incomplete: <-- snip --> ... CC arch/blackfin/mach-bf537/boards/stamp.o /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/blackfin/mach-bf537/boards/stamp.c:539: error: unknown field 'pin_req' specified in initializer /home/bunk/