Re: [PATCH]gx-suspmod.c use boot_cpu_data instead of current_cpu_data

2007-07-26 Thread Alan Cox
O> a non-identical CPU system with a geode + something else doesn't exist > and is very unlikely to happen. As the Geode isn't used SMP (and afaik isnt SMP capable) that would be a reasonable assumption - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a mess

Re: [PATCH]gx-suspmod.c use boot_cpu_data instead of current_cpu_data

2007-07-26 Thread Dave Jones
On Wed, Jul 25, 2007 at 09:26:38PM -0700, Andrew Morton wrote: > On Thu, 26 Jul 2007 04:20:10 + "Dave Young" <[EMAIL PROTECTED]> wrote: > > > >On 7/25/07, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > On Wed, 25 Jul 2007 14:19:05 + Dave Young <[EMAIL PROTECTED]> wrote: > > > > > > >

Re: [PATCH]gx-suspmod.c use boot_cpu_data instead of current_cpu_data

2007-07-26 Thread Hiroshi Miura
2007/7/25, Andrew Morton <[EMAIL PROTECTED]>: On Wed, 25 Jul 2007 14:19:05 + Dave Young <[EMAIL PROTECTED]> wrote: > Hi, > in preemptible kernel will report BUG: using smp_processor_id() in preemptible, so use boot_cpu_data instead of current_cpu_data. > > Signed-off-by: Dave Young <[EMAIL

Re: [PATCH]gx-suspmod.c use boot_cpu_data instead of current_cpu_data

2007-07-25 Thread Andrew Morton
On Thu, 26 Jul 2007 04:20:10 + "Dave Young" <[EMAIL PROTECTED]> wrote: > >On 7/25/07, Andrew Morton <[EMAIL PROTECTED]> wrote: > > On Wed, 25 Jul 2007 14:19:05 + Dave Young <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > in preemptible kernel will report BUG: using smp_processor_id() in >

Re: [PATCH]gx-suspmod.c use boot_cpu_data instead of current_cpu_data

2007-07-25 Thread Dave Young
>On 7/25/07, Andrew Morton <[EMAIL PROTECTED]> wrote: > On Wed, 25 Jul 2007 14:19:05 + Dave Young <[EMAIL PROTECTED]> wrote: > > > Hi, > > in preemptible kernel will report BUG: using smp_processor_id() in > > preemptible, so use boot_cpu_data instead of current_cpu_data. > > > > Signed-off-by

Re: [PATCH]gx-suspmod.c use boot_cpu_data instead of current_cpu_data

2007-07-24 Thread Andrew Morton
On Wed, 25 Jul 2007 14:19:05 + Dave Young <[EMAIL PROTECTED]> wrote: > Hi, > in preemptible kernel will report BUG: using smp_processor_id() in > preemptible, so use boot_cpu_data instead of current_cpu_data. > > Signed-off-by: Dave Young <[EMAIL PROTECTED]> > > --- > arch/i386/kernel/cpu/

[PATCH]gx-suspmod.c use boot_cpu_data instead of current_cpu_data

2007-07-24 Thread Dave Young
Hi, in preemptible kernel will report BUG: using smp_processor_id() in preemptible, so use boot_cpu_data instead of current_cpu_data. Signed-off-by: Dave Young <[EMAIL PROTECTED]> --- arch/i386/kernel/cpu/cpufreq/gx-suspmod.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -pu