From 2b541a2a68ca469338042ab6986a0478bda6c2f0 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 24 Sep 2009 17:48:44 +0930 Subject: [PATCH] --- yaml --- r: 166418 b: refs/heads/master c: b0c6fbe458183cc7e1cab17be6efcbe7e435bad3 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/topology.h | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/[refs] b/[refs] index 610056ade1e7..33ad170cfb0c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 429a6e5e2c1fbe5d805aad123efbdb5f0c14769f +refs/heads/master: b0c6fbe458183cc7e1cab17be6efcbe7e435bad3 diff --git a/trunk/arch/x86/include/asm/topology.h b/trunk/arch/x86/include/asm/topology.h index 6f0695d744bf..25a92842dd99 100644 --- a/trunk/arch/x86/include/asm/topology.h +++ b/trunk/arch/x86/include/asm/topology.h @@ -165,21 +165,11 @@ static inline int numa_node_id(void) return 0; } -static inline int cpu_to_node(int cpu) -{ - return 0; -} - static inline int early_cpu_to_node(int cpu) { return 0; } -static inline const struct cpumask *cpumask_of_node(int node) -{ - return cpu_online_mask; -} - static inline void setup_node_to_cpumask_map(void) { } #endif