diff options
| -rw-r--r-- | arch/x86/oprofile/op_model_amd.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/x86/oprofile/op_model_amd.c b/arch/x86/oprofile/op_model_amd.c index 2b9c68d868ed..4eb30715b1d5 100644 --- a/arch/x86/oprofile/op_model_amd.c +++ b/arch/x86/oprofile/op_model_amd.c | |||
| @@ -389,16 +389,6 @@ static int init_ibs_nmi(void) | |||
| 389 | return 1; | 389 | return 1; |
| 390 | } | 390 | } |
| 391 | 391 | ||
| 392 | #ifdef CONFIG_NUMA | ||
| 393 | /* Sanity check */ | ||
| 394 | /* Works only for 64bit with proper numa implementation. */ | ||
| 395 | if (nodes != num_possible_nodes()) { | ||
| 396 | printk(KERN_DEBUG "Failed to setup CPU node(s) for IBS, " | ||
| 397 | "found: %d, expected %d", | ||
| 398 | nodes, num_possible_nodes()); | ||
| 399 | return 1; | ||
| 400 | } | ||
| 401 | #endif | ||
| 402 | return 0; | 392 | return 0; |
| 403 | } | 393 | } |
| 404 | 394 | ||
