oprofile/x86: remove node check in AMD IBS initialization
[safe/jmp/linux-2.6] / arch / x86 / oprofile / op_model_amd.c
index 2b9c68d..4eb3071 100644 (file)
@@ -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;
 }