From 6142c4c5974d21419f0cd07a8c40e2d1ea4270f4 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Tue, 2 Mar 2010 15:54:47 +0900 Subject: [PATCH] --- yaml --- r: 186488 b: refs/heads/master c: 94316cdadb0067ba6d1f08b9a6f84fe755bdaa38 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/sh/include/asm/topology.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f913d4115650..ae12e049b702 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c6efd46b98f30863ca3a9982312db87b826cf715 +refs/heads/master: 94316cdadb0067ba6d1f08b9a6f84fe755bdaa38 diff --git a/trunk/arch/sh/include/asm/topology.h b/trunk/arch/sh/include/asm/topology.h index 37cdadd975ac..88e734069fa6 100644 --- a/trunk/arch/sh/include/asm/topology.h +++ b/trunk/arch/sh/include/asm/topology.h @@ -35,7 +35,7 @@ #define pcibus_to_node(bus) ((void)(bus), -1) #define cpumask_of_pcibus(bus) (pcibus_to_node(bus) == -1 ? \ - CPU_MASK_ALL_PTR : \ + cpu_all_mask : \ cpumask_of_node(pcibus_to_node(bus))) #endif