Re: [PATCH -mm 1/4] Blackfin: architecture update patch

2007-03-21 Thread Wu, Bryan
On Wed, 2007-03-21 at 20:08 -0800, Andrew Morton wrote: > On Thu, 22 Mar 2007 10:24:51 +0800 "Wu, Bryan" <[EMAIL PROTECTED]> wrote: > > > > 1 out of 1 hunk FAILED -- saving rejects to file > > > include/asm-blackfin/cplbinit.h.rej > > > 1 out of 1 hunk FAILED -- saving rejects to file > > >

Re: [PATCH -mm 1/4] Blackfin: architecture update patch

2007-03-21 Thread Andrew Morton
On Thu, 22 Mar 2007 10:24:51 +0800 "Wu, Bryan" <[EMAIL PROTECTED]> wrote: > > 1 out of 1 hunk FAILED -- saving rejects to file > > include/asm-blackfin/cplbinit.h.rej > > 1 out of 1 hunk FAILED -- saving rejects to file > > include/asm-blackfin/mach-bf535/bf535.h.rej > > 1 out of 1 hunk FAILED

Re: [PATCH -mm 1/4] Blackfin: architecture update patch

2007-03-21 Thread Wu, Bryan
On Wed, 2007-03-21 at 15:53 -0700, Andrew Morton wrote: > On Wed, 21 Mar 2007 18:19:23 +0800 > "Wu, Bryan" <[EMAIL PROTECTED]> wrote: > > > 1) Some issues are fixed according to LKML patch review. > > 2) Remove not supported BF535 code > > 3) Fixed some bugs from blackfin.uclinux.org SVN update >

Re: [PATCH -mm 1/4] Blackfin: architecture update patch

2007-03-21 Thread Andrew Morton
On Wed, 21 Mar 2007 18:19:23 +0800 "Wu, Bryan" <[EMAIL PROTECTED]> wrote: > 1) Some issues are fixed according to LKML patch review. > 2) Remove not supported BF535 code > 3) Fixed some bugs from blackfin.uclinux.org SVN update > Here is the updated patch for 2.6.21-rc4-mm1 1 out of 1 hunk

Re: [PATCH -mm 1/4] Blackfin: architecture update patch

2007-03-21 Thread Mike Frysinger
On 3/21/07, Paul Mundt <[EMAIL PROTECTED]> wrote: On Wed, Mar 21, 2007 at 06:06:58PM +0800, Wu, Bryan wrote: > +++ linux-2.6/arch/blackfin/Kconfig 2007-03-21 14:38:42.0 +0800 > +config BLACKFIN > config BFIN Again, there's no reason to have both of these. Pick one and stick with it.

Re: [PATCH -mm 1/4] Blackfin: architecture update patch

2007-03-21 Thread Arnd Bergmann
On Wednesday 21 March 2007, Wu, Bryan wrote: > 1) Some issues are fixed according to LKML patch review. > 2) Remove not supported BF535 code > 3) Fixed some bugs from blackfin.uclinux.org SVN update > Here is the updated patch for 2.6.21-rc4-mm1 One rather general but important comment: You need

Re: [PATCH -mm 1/4] Blackfin: architecture update patch

2007-03-21 Thread Paul Mundt
On Wed, Mar 21, 2007 at 06:06:58PM +0800, Wu, Bryan wrote: > +++ linux-2.6/arch/blackfin/Kconfig 2007-03-21 14:38:42.0 +0800 > @@ -21,6 +21,10 @@ config RWSEM_XCHGADD_ALGORITHM > bool > default n > > +config BLACKFIN > + bool > + default y > + > config BFIN >

Re: [PATCH -mm 1/4] Blackfin: architecture update patch

2007-03-21 Thread Arnd Bergmann
On Wednesday 21 March 2007, Wu, Bryan wrote: > I sent 4 mail to LKML, but this one lost. Arnd, can you receive this > email from LKML. The mail was around 400kb, while the limit for lkml is 100kb. Arnd <>< - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [PATCH -mm 1/4] Blackfin: architecture update patch

2007-03-21 Thread Wu, Bryan
On Wed, 2007-03-21 at 11:25 +0100, Arnd Bergmann wrote: > On Wednesday 21 March 2007, Wu, Bryan wrote: > > > @@ -97,6 +97,11 @@ static inline void leds_switch(int flag) > > /* > > * The idle loop on BFIN > > */ > > +#ifdef CONFIG_IDLE_L1 > > +static inline void

Re: [PATCH -mm 1/4] Blackfin: architecture update patch

2007-03-21 Thread Arnd Bergmann
On Wednesday 21 March 2007, Wu, Bryan wrote: > @@ -97,6 +97,11 @@ static inline void leds_switch(int flag) > /* > * The idle loop on BFIN > */ > +#ifdef CONFIG_IDLE_L1 > +static inline void default_idle(void)__attribute__((l1_text)); > +void cpu_idle(void)__attribute__((l1_text)); > +#endif

Re: [PATCH -mm 1/4] Blackfin: architecture update patch

2007-03-21 Thread Arnd Bergmann
On Wednesday 21 March 2007, Wu, Bryan wrote: @@ -97,6 +97,11 @@ static inline void leds_switch(int flag) /* * The idle loop on BFIN */ +#ifdef CONFIG_IDLE_L1 +static inline void default_idle(void)__attribute__((l1_text)); +void cpu_idle(void)__attribute__((l1_text)); +#endif + A

Re: [PATCH -mm 1/4] Blackfin: architecture update patch

2007-03-21 Thread Wu, Bryan
On Wed, 2007-03-21 at 11:25 +0100, Arnd Bergmann wrote: On Wednesday 21 March 2007, Wu, Bryan wrote: @@ -97,6 +97,11 @@ static inline void leds_switch(int flag) /* * The idle loop on BFIN */ +#ifdef CONFIG_IDLE_L1 +static inline void default_idle(void)__attribute__((l1_text));

Re: [PATCH -mm 1/4] Blackfin: architecture update patch

2007-03-21 Thread Arnd Bergmann
On Wednesday 21 March 2007, Wu, Bryan wrote: I sent 4 mail to LKML, but this one lost. Arnd, can you receive this email from LKML. The mail was around 400kb, while the limit for lkml is 100kb. Arnd - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of

Re: [PATCH -mm 1/4] Blackfin: architecture update patch

2007-03-21 Thread Paul Mundt
On Wed, Mar 21, 2007 at 06:06:58PM +0800, Wu, Bryan wrote: +++ linux-2.6/arch/blackfin/Kconfig 2007-03-21 14:38:42.0 +0800 @@ -21,6 +21,10 @@ config RWSEM_XCHGADD_ALGORITHM bool default n +config BLACKFIN + bool + default y + config BFIN bool

Re: [PATCH -mm 1/4] Blackfin: architecture update patch

2007-03-21 Thread Arnd Bergmann
On Wednesday 21 March 2007, Wu, Bryan wrote: 1) Some issues are fixed according to LKML patch review. 2) Remove not supported BF535 code 3) Fixed some bugs from blackfin.uclinux.org SVN update Here is the updated patch for 2.6.21-rc4-mm1 One rather general but important comment: You need to

Re: [PATCH -mm 1/4] Blackfin: architecture update patch

2007-03-21 Thread Mike Frysinger
On 3/21/07, Paul Mundt [EMAIL PROTECTED] wrote: On Wed, Mar 21, 2007 at 06:06:58PM +0800, Wu, Bryan wrote: +++ linux-2.6/arch/blackfin/Kconfig 2007-03-21 14:38:42.0 +0800 +config BLACKFIN config BFIN Again, there's no reason to have both of these. Pick one and stick with it.

Re: [PATCH -mm 1/4] Blackfin: architecture update patch

2007-03-21 Thread Andrew Morton
On Wed, 21 Mar 2007 18:19:23 +0800 Wu, Bryan [EMAIL PROTECTED] wrote: 1) Some issues are fixed according to LKML patch review. 2) Remove not supported BF535 code 3) Fixed some bugs from blackfin.uclinux.org SVN update Here is the updated patch for 2.6.21-rc4-mm1 1 out of 1 hunk FAILED --

Re: [PATCH -mm 1/4] Blackfin: architecture update patch

2007-03-21 Thread Wu, Bryan
On Wed, 2007-03-21 at 15:53 -0700, Andrew Morton wrote: On Wed, 21 Mar 2007 18:19:23 +0800 Wu, Bryan [EMAIL PROTECTED] wrote: 1) Some issues are fixed according to LKML patch review. 2) Remove not supported BF535 code 3) Fixed some bugs from blackfin.uclinux.org SVN update Here is the

Re: [PATCH -mm 1/4] Blackfin: architecture update patch

2007-03-21 Thread Andrew Morton
On Thu, 22 Mar 2007 10:24:51 +0800 Wu, Bryan [EMAIL PROTECTED] wrote: 1 out of 1 hunk FAILED -- saving rejects to file include/asm-blackfin/cplbinit.h.rej 1 out of 1 hunk FAILED -- saving rejects to file include/asm-blackfin/mach-bf535/bf535.h.rej 1 out of 1 hunk FAILED -- saving

Re: [PATCH -mm 1/4] Blackfin: architecture update patch

2007-03-21 Thread Wu, Bryan
On Wed, 2007-03-21 at 20:08 -0800, Andrew Morton wrote: On Thu, 22 Mar 2007 10:24:51 +0800 Wu, Bryan [EMAIL PROTECTED] wrote: 1 out of 1 hunk FAILED -- saving rejects to file include/asm-blackfin/cplbinit.h.rej 1 out of 1 hunk FAILED -- saving rejects to file