linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 5/12] arch/parisc: remove references to cpu_*_map.
@ 2012-02-15  4:58 Rusty Russell
  2012-02-15  9:20 ` Srivatsa S. Bhat
  0 siblings, 1 reply; 2+ messages in thread
From: Rusty Russell @ 2012-02-15  4:58 UTC (permalink / raw)
  To: Kyle McMartin, Helge Deller, James E.J. Bottomley, linux-parisc
  Cc: linux-kernel

From: Rusty Russell <rusty@rustcorp.com.au>

This has been obsolescent for a while; time for the final push.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Kyle McMartin <kyle@mcmartin.ca>
Cc: Helge Deller <deller@gmx.de>
Cc: "James E.J. Bottomley" <jejb@parisc-linux.org>
Cc: linux-parisc@vger.kernel.org
---
 arch/parisc/kernel/smp.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/parisc/kernel/smp.c b/arch/parisc/kernel/smp.c
--- a/arch/parisc/kernel/smp.c
+++ b/arch/parisc/kernel/smp.c
@@ -291,8 +291,7 @@ smp_cpu_init(int cpunum)
 	mb();
 
 	/* Well, support 2.4 linux scheme as well. */
-	if (cpu_isset(cpunum, cpu_online_map))
-	{
+	if (cpu_online(cpunum))	{
 		extern void machine_halt(void); /* arch/parisc.../process.c */
 
 		printk(KERN_CRIT "CPU#%d already initialized!\n", cpunum);

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 5/12] arch/parisc: remove references to cpu_*_map.
  2012-02-15  4:58 [PATCH 5/12] arch/parisc: remove references to cpu_*_map Rusty Russell
@ 2012-02-15  9:20 ` Srivatsa S. Bhat
  0 siblings, 0 replies; 2+ messages in thread
From: Srivatsa S. Bhat @ 2012-02-15  9:20 UTC (permalink / raw)
  To: Rusty Russell
  Cc: Kyle McMartin, Helge Deller, James E.J. Bottomley, linux-parisc,
	linux-kernel, Venkatesh Pallipadi, akpm@linux-foundation.org

On 02/15/2012 10:28 AM, Rusty Russell wrote:

> From: Rusty Russell <rusty@rustcorp.com.au>
> 
> This has been obsolescent for a while; time for the final push.
> 
> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
> Cc: Kyle McMartin <kyle@mcmartin.ca>
> Cc: Helge Deller <deller@gmx.de>
> Cc: "James E.J. Bottomley" <jejb@parisc-linux.org>
> Cc: linux-parisc@vger.kernel.org
> ---


Reviewed-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>

Regards,
Srivatsa S. Bhat


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-15  9:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-15  4:58 [PATCH 5/12] arch/parisc: remove references to cpu_*_map Rusty Russell
2012-02-15  9:20 ` Srivatsa S. Bhat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).