Re: [ARM] Fix hard_smp_processor_id compile error

2007-05-15 Thread Simon Horman
On Tue, May 15, 2007 at 06:09:18PM +0900, Simon Horman wrote: > On Tue, May 15, 2007 at 09:19:07AM +0100, Russell King wrote: > > On Tue, May 15, 2007 at 11:18:50AM +0900, Simon Horman wrote: > > > "Remove hardcoding of hard_smp_processor_id on UP systems", > > >

Re: [ARM] Fix hard_smp_processor_id compile error

2007-05-15 Thread Simon Horman
On Tue, May 15, 2007 at 09:19:07AM +0100, Russell King wrote: > On Tue, May 15, 2007 at 11:18:50AM +0900, Simon Horman wrote: > > "Remove hardcoding of hard_smp_processor_id on UP systems", > > 2f4dfe206a2fc07099dfad77a8ea2f4b4ae2140f in Linus' tree, moved > > the definition of

Re: [ARM] Fix hard_smp_processor_id compile error

2007-05-15 Thread Russell King
On Tue, May 15, 2007 at 11:18:50AM +0900, Simon Horman wrote: > "Remove hardcoding of hard_smp_processor_id on UP systems", > 2f4dfe206a2fc07099dfad77a8ea2f4b4ae2140f in Linus' tree, moved > the definition of hard_smp_processor_id linux/smp.h to asm/smp.h > for UP systems. This causes a regression

Re: [ARM] Fix hard_smp_processor_id compile error

2007-05-15 Thread Russell King
On Tue, May 15, 2007 at 11:18:50AM +0900, Simon Horman wrote: Remove hardcoding of hard_smp_processor_id on UP systems, 2f4dfe206a2fc07099dfad77a8ea2f4b4ae2140f in Linus' tree, moved the definition of hard_smp_processor_id linux/smp.h to asm/smp.h for UP systems. This causes a regression on

Re: [ARM] Fix hard_smp_processor_id compile error

2007-05-15 Thread Simon Horman
On Tue, May 15, 2007 at 09:19:07AM +0100, Russell King wrote: On Tue, May 15, 2007 at 11:18:50AM +0900, Simon Horman wrote: Remove hardcoding of hard_smp_processor_id on UP systems, 2f4dfe206a2fc07099dfad77a8ea2f4b4ae2140f in Linus' tree, moved the definition of hard_smp_processor_id

Re: [ARM] Fix hard_smp_processor_id compile error

2007-05-15 Thread Simon Horman
On Tue, May 15, 2007 at 06:09:18PM +0900, Simon Horman wrote: On Tue, May 15, 2007 at 09:19:07AM +0100, Russell King wrote: On Tue, May 15, 2007 at 11:18:50AM +0900, Simon Horman wrote: Remove hardcoding of hard_smp_processor_id on UP systems, 2f4dfe206a2fc07099dfad77a8ea2f4b4ae2140f in

Re: [ARM] Fix hard_smp_processor_id compile error

2007-05-14 Thread Simon Horman
On Mon, May 14, 2007 at 10:22:34PM -0700, Andrew Morton wrote: > On Tue, 15 May 2007 13:54:23 +0900 Simon Horman <[EMAIL PROTECTED]> wrote: > > > On Mon, May 14, 2007 at 09:48:18PM -0700, Andrew Morton wrote: > > > On Tue, 15 May 2007 11:59:41 +0900 Fernando Luis Vázquez Cao <[EMAIL > > >

Re: [ARM] Fix hard_smp_processor_id compile error

2007-05-14 Thread Andrew Morton
On Tue, 15 May 2007 13:54:23 +0900 Simon Horman <[EMAIL PROTECTED]> wrote: > On Mon, May 14, 2007 at 09:48:18PM -0700, Andrew Morton wrote: > > On Tue, 15 May 2007 11:59:41 +0900 Fernando Luis Vázquez Cao <[EMAIL > > PROTECTED]> wrote: > > > > > On Tue, 2007-05-15 at 11:18 +0900, Simon Horman

Re: [ARM] Fix hard_smp_processor_id compile error

2007-05-14 Thread Simon Horman
On Mon, May 14, 2007 at 09:48:18PM -0700, Andrew Morton wrote: > On Tue, 15 May 2007 11:59:41 +0900 Fernando Luis Vázquez Cao <[EMAIL > PROTECTED]> wrote: > > > On Tue, 2007-05-15 at 11:18 +0900, Simon Horman wrote: > > > "Remove hardcoding of hard_smp_processor_id on UP systems", > > >

Re: [ARM] Fix hard_smp_processor_id compile error

2007-05-14 Thread Andrew Morton
On Tue, 15 May 2007 11:59:41 +0900 Fernando Luis Vázquez Cao <[EMAIL PROTECTED]> wrote: > On Tue, 2007-05-15 at 11:18 +0900, Simon Horman wrote: > > "Remove hardcoding of hard_smp_processor_id on UP systems", > > 2f4dfe206a2fc07099dfad77a8ea2f4b4ae2140f in Linus' tree, moved > > the definition

Re: [ARM] Fix hard_smp_processor_id compile error

2007-05-14 Thread Fernando Luis Vázquez Cao
On Tue, 2007-05-15 at 11:18 +0900, Simon Horman wrote: > "Remove hardcoding of hard_smp_processor_id on UP systems", > 2f4dfe206a2fc07099dfad77a8ea2f4b4ae2140f in Linus' tree, moved > the definition of hard_smp_processor_id linux/smp.h to asm/smp.h > for UP systems. This causes a regression on

[ARM] Fix hard_smp_processor_id compile error

2007-05-14 Thread Simon Horman
"Remove hardcoding of hard_smp_processor_id on UP systems", 2f4dfe206a2fc07099dfad77a8ea2f4b4ae2140f in Linus' tree, moved the definition of hard_smp_processor_id linux/smp.h to asm/smp.h for UP systems. This causes a regression on ARM as the definition was not added to asm-arm/smp.h. Cc:

[ARM] Fix hard_smp_processor_id compile error

2007-05-14 Thread Simon Horman
Remove hardcoding of hard_smp_processor_id on UP systems, 2f4dfe206a2fc07099dfad77a8ea2f4b4ae2140f in Linus' tree, moved the definition of hard_smp_processor_id linux/smp.h to asm/smp.h for UP systems. This causes a regression on ARM as the definition was not added to asm-arm/smp.h. Cc: Fernando

Re: [ARM] Fix hard_smp_processor_id compile error

2007-05-14 Thread Fernando Luis Vázquez Cao
On Tue, 2007-05-15 at 11:18 +0900, Simon Horman wrote: Remove hardcoding of hard_smp_processor_id on UP systems, 2f4dfe206a2fc07099dfad77a8ea2f4b4ae2140f in Linus' tree, moved the definition of hard_smp_processor_id linux/smp.h to asm/smp.h for UP systems. This causes a regression on ARM as

Re: [ARM] Fix hard_smp_processor_id compile error

2007-05-14 Thread Andrew Morton
On Tue, 15 May 2007 11:59:41 +0900 Fernando Luis Vázquez Cao [EMAIL PROTECTED] wrote: On Tue, 2007-05-15 at 11:18 +0900, Simon Horman wrote: Remove hardcoding of hard_smp_processor_id on UP systems, 2f4dfe206a2fc07099dfad77a8ea2f4b4ae2140f in Linus' tree, moved the definition of

Re: [ARM] Fix hard_smp_processor_id compile error

2007-05-14 Thread Simon Horman
On Mon, May 14, 2007 at 09:48:18PM -0700, Andrew Morton wrote: On Tue, 15 May 2007 11:59:41 +0900 Fernando Luis Vázquez Cao [EMAIL PROTECTED] wrote: On Tue, 2007-05-15 at 11:18 +0900, Simon Horman wrote: Remove hardcoding of hard_smp_processor_id on UP systems,

Re: [ARM] Fix hard_smp_processor_id compile error

2007-05-14 Thread Andrew Morton
On Tue, 15 May 2007 13:54:23 +0900 Simon Horman [EMAIL PROTECTED] wrote: On Mon, May 14, 2007 at 09:48:18PM -0700, Andrew Morton wrote: On Tue, 15 May 2007 11:59:41 +0900 Fernando Luis Vázquez Cao [EMAIL PROTECTED] wrote: On Tue, 2007-05-15 at 11:18 +0900, Simon Horman wrote:

Re: [ARM] Fix hard_smp_processor_id compile error

2007-05-14 Thread Simon Horman
On Mon, May 14, 2007 at 10:22:34PM -0700, Andrew Morton wrote: On Tue, 15 May 2007 13:54:23 +0900 Simon Horman [EMAIL PROTECTED] wrote: On Mon, May 14, 2007 at 09:48:18PM -0700, Andrew Morton wrote: On Tue, 15 May 2007 11:59:41 +0900 Fernando Luis Vázquez Cao [EMAIL PROTECTED] wrote: