From 3759136e501271856ec804283be6b5c0ced390d7 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 16 Mar 2009 14:40:28 +1030 Subject: [PATCH] --- yaml --- r: 139099 b: refs/heads/master c: cc301d261f5d49cbff66b2f459f58f2652899cdb h: refs/heads/master i: 139097: 7112dc1ab17c2630bfc571ab1acdd11a8f69c33a 139095: 1da0c645a42fc4ce4c1968928ee9678b05517459 v: v3 --- [refs] | 2 +- trunk/arch/sparc/include/asm/topology_64.h | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 9e33448312e7..7f4846d7d2b4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7b45101d09ab13eafc0c3a5232e1606654d122ea +refs/heads/master: cc301d261f5d49cbff66b2f459f58f2652899cdb diff --git a/trunk/arch/sparc/include/asm/topology_64.h b/trunk/arch/sparc/include/asm/topology_64.h index 430ce3920f9b..a5ba4ad12304 100644 --- a/trunk/arch/sparc/include/asm/topology_64.h +++ b/trunk/arch/sparc/include/asm/topology_64.h @@ -43,10 +43,6 @@ static inline int pcibus_to_node(struct pci_bus *pbus) } #endif -#define pcibus_to_cpumask(bus) \ - (pcibus_to_node(bus) == -1 ? \ - CPU_MASK_ALL : \ - node_to_cpumask(pcibus_to_node(bus))) #define cpumask_of_pcibus(bus) \ (pcibus_to_node(bus) == -1 ? \ CPU_MASK_ALL_PTR : \