From 54bbf5cf540f41b9635181fa035e232e349ffdb6 Mon Sep 17 00:00:00 2001 From: H Hartley Sweeten Date: Tue, 6 Dec 2011 12:22:03 -0800 Subject: [PATCH] --- yaml --- r: 277458 b: refs/heads/master c: 79f1ddd06471b094ae30eb17b33beb9f1234ca93 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/topology.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 11a423a5b98b..597c44e05026 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1cf8343f55525c09c88da0a494a96e1b034f84e2 +refs/heads/master: 79f1ddd06471b094ae30eb17b33beb9f1234ca93 diff --git a/trunk/arch/x86/include/asm/topology.h b/trunk/arch/x86/include/asm/topology.h index c00692476e9f..800f77c60051 100644 --- a/trunk/arch/x86/include/asm/topology.h +++ b/trunk/arch/x86/include/asm/topology.h @@ -130,10 +130,8 @@ extern void setup_node_to_cpumask_map(void); .balance_interval = 1, \ } -#ifdef CONFIG_X86_64 extern int __node_distance(int, int); #define node_distance(a, b) __node_distance(a, b) -#endif #else /* !CONFIG_NUMA */