Re: [PATCH v2] sparc: Use generic idle loop

2013-04-12 Thread David Miller
From: Thomas Gleixner Date: Fri, 12 Apr 2013 20:56:10 +0200 (CEST) > On Thu, 11 Apr 2013, Sam Ravnborg wrote: > >> Add generic cpu_idle support >> >> sparc32: >> - replace call to cpu_idle() with cpu_startup_entry() >> - add arch_cpu_idle() >> >> sparc64: >> - smp_callin() now include

Re: [PATCH v2] sparc: Use generic idle loop

2013-04-12 Thread Thomas Gleixner
On Thu, 11 Apr 2013, Sam Ravnborg wrote: > Add generic cpu_idle support > > sparc32: > - replace call to cpu_idle() with cpu_startup_entry() > - add arch_cpu_idle() > > sparc64: > - smp_callin() now include cpu_startup_entry() call so we can > skip calling cpu_idle from assembler > - add

Re: [PATCH v2] sparc: Use generic idle loop

2013-04-12 Thread Thomas Gleixner
On Thu, 11 Apr 2013, Sam Ravnborg wrote: Add generic cpu_idle support sparc32: - replace call to cpu_idle() with cpu_startup_entry() - add arch_cpu_idle() sparc64: - smp_callin() now include cpu_startup_entry() call so we can skip calling cpu_idle from assembler - add

Re: [PATCH v2] sparc: Use generic idle loop

2013-04-12 Thread David Miller
From: Thomas Gleixner t...@linutronix.de Date: Fri, 12 Apr 2013 20:56:10 +0200 (CEST) On Thu, 11 Apr 2013, Sam Ravnborg wrote: Add generic cpu_idle support sparc32: - replace call to cpu_idle() with cpu_startup_entry() - add arch_cpu_idle() sparc64: - smp_callin() now include

[PATCH v2] sparc: Use generic idle loop

2013-04-11 Thread Sam Ravnborg
Add generic cpu_idle support sparc32: - replace call to cpu_idle() with cpu_startup_entry() - add arch_cpu_idle() sparc64: - smp_callin() now include cpu_startup_entry() call so we can skip calling cpu_idle from assembler - add arch_cpu_idle() and arch_cpu_idle_dead() Signed-off-by: Sam

[PATCH v2] sparc: Use generic idle loop

2013-04-11 Thread Sam Ravnborg
Add generic cpu_idle support sparc32: - replace call to cpu_idle() with cpu_startup_entry() - add arch_cpu_idle() sparc64: - smp_callin() now include cpu_startup_entry() call so we can skip calling cpu_idle from assembler - add arch_cpu_idle() and arch_cpu_idle_dead() Signed-off-by: Sam