Remove bogus comment in topology.h Signed-off-by: Andi Kleen --- include/asm-x86_64/topology.h | 2 -- 1 files changed, 2 deletions(-) Index: linux/include/asm-x86_64/topology.h =================================================================== --- linux.orig/include/asm-x86_64/topology.h +++ linux/include/asm-x86_64/topology.h @@ -8,8 +8,6 @@ #include #include -/* Map the K8 CPU local memory controllers to a simple 1:1 CPU:NODE topology */ - extern cpumask_t cpu_online_map; extern unsigned char cpu_to_node[];