From dfbb430de2a1588b9125c614baf213fb0d307081 Mon Sep 17 00:00:00 2001 From: Robert Richter Date: Thu, 28 Jan 2010 16:50:45 +0100 Subject: [PATCH] --- yaml --- r: 182273 b: refs/heads/master c: 89baaaa98a10cad5cc8516c7208b02d9fc711890 h: refs/heads/master i: 182271: f85754414df4c22b85b3b5c1259241c9a270428f v: v3 --- [refs] | 2 +- trunk/arch/x86/oprofile/op_model_amd.c | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/[refs] b/[refs] index b85f8faed6ef..6d19446c4d89 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 013cfc50672bbb638796545231683231647edb07 +refs/heads/master: 89baaaa98a10cad5cc8516c7208b02d9fc711890 diff --git a/trunk/arch/x86/oprofile/op_model_amd.c b/trunk/arch/x86/oprofile/op_model_amd.c index 2b9c68d868ed..4eb30715b1d5 100644 --- a/trunk/arch/x86/oprofile/op_model_amd.c +++ b/trunk/arch/x86/oprofile/op_model_amd.c @@ -389,16 +389,6 @@ static int init_ibs_nmi(void) return 1; } -#ifdef CONFIG_NUMA - /* Sanity check */ - /* Works only for 64bit with proper numa implementation. */ - if (nodes != num_possible_nodes()) { - printk(KERN_DEBUG "Failed to setup CPU node(s) for IBS, " - "found: %d, expected %d", - nodes, num_possible_nodes()); - return 1; - } -#endif return 0; }