linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 9/12] arch/tile: remove references to cpu_*_map.
@ 2012-02-15  4:58 Rusty Russell
  2012-02-15  9:23 ` Srivatsa S. Bhat
  2012-02-15 17:10 ` Chris Metcalf
  0 siblings, 2 replies; 3+ messages in thread
From: Rusty Russell @ 2012-02-15  4:58 UTC (permalink / raw)
  To: Chris Metcalf; +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: Chris Metcalf <cmetcalf@tilera.com>
---
 arch/tile/kernel/setup.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/tile/kernel/setup.c b/arch/tile/kernel/setup.c
--- a/arch/tile/kernel/setup.c
+++ b/arch/tile/kernel/setup.c
@@ -1186,7 +1186,7 @@ static void __init setup_cpu_maps(void)
 			      sizeof(cpu_lotar_map));
 	if (rc < 0) {
 		pr_err("warning: no HV_INQ_TILES_LOTAR; using AVAIL\n");
-		cpu_lotar_map = cpu_possible_map;
+		cpu_lotar_map = *cpu_possible_mask;
 	}
 
 #if CHIP_HAS_CBOX_HOME_MAP()
@@ -1196,9 +1196,9 @@ static void __init setup_cpu_maps(void)
 			      sizeof(hash_for_home_map));
 	if (rc < 0)
 		early_panic("hv_inquire_tiles(HFH_CACHE) failed: rc %d\n", rc);
-	cpumask_or(&cpu_cacheable_map, &cpu_possible_map, &hash_for_home_map);
+	cpumask_or(&cpu_cacheable_map, cpu_possible_mask, &hash_for_home_map);
 #else
-	cpu_cacheable_map = cpu_possible_map;
+	cpu_cacheable_map = *cpu_possible_mask;
 #endif
 }
 


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

* Re: [PATCH 9/12] arch/tile: remove references to cpu_*_map.
  2012-02-15  4:58 [PATCH 9/12] arch/tile: remove references to cpu_*_map Rusty Russell
@ 2012-02-15  9:23 ` Srivatsa S. Bhat
  2012-02-15 17:10 ` Chris Metcalf
  1 sibling, 0 replies; 3+ messages in thread
From: Srivatsa S. Bhat @ 2012-02-15  9:23 UTC (permalink / raw)
  To: Rusty Russell; +Cc: Chris Metcalf, linux-kernel, Venkatesh Pallipadi, akpm

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: Chris Metcalf <cmetcalf@tilera.com>
> ---


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

 

Regards,
Srivatsa S. Bhat


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

* Re: [PATCH 9/12] arch/tile: remove references to cpu_*_map.
  2012-02-15  4:58 [PATCH 9/12] arch/tile: remove references to cpu_*_map Rusty Russell
  2012-02-15  9:23 ` Srivatsa S. Bhat
@ 2012-02-15 17:10 ` Chris Metcalf
  1 sibling, 0 replies; 3+ messages in thread
From: Chris Metcalf @ 2012-02-15 17:10 UTC (permalink / raw)
  To: Rusty Russell; +Cc: linux-kernel

On 2/14/2012 11:58 PM, 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: Chris Metcalf <cmetcalf@tilera.com>
> ---
>  arch/tile/kernel/setup.c |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Acked-by: Chris Metcalf <cmetcalf@tilera.com>

The comment change in arch/tile/kernel/setup.c in patch 11/12 is fine too.

-- 
Chris Metcalf, Tilera Corp.
http://www.tilera.com


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-15  4:58 [PATCH 9/12] arch/tile: remove references to cpu_*_map Rusty Russell
2012-02-15  9:23 ` Srivatsa S. Bhat
2012-02-15 17:10 ` Chris Metcalf

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).