diff options
author | Andi Kleen <ak@suse.de> | 2006-06-26 11:56:28 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-26 17:48:15 (GMT) |
commit | ed0a893fc8866baf116323acbcd883a3cc4a36a3 (patch) | |
tree | 059173e7ad1050f618db5a0b4312fd22401983eb /include | |
parent | 3c5846470c30580bbcb4d5f2339f75a2c88cfe6e (diff) | |
download | linux-ed0a893fc8866baf116323acbcd883a3cc4a36a3.tar.xz |
[PATCH] x86_64: Remove bogus comment in topology.h
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86_64/topology.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86_64/topology.h b/include/asm-x86_64/topology.h index 80c4e44..d4009f8 100644 --- a/include/asm-x86_64/topology.h +++ b/include/asm-x86_64/topology.h @@ -7,8 +7,6 @@ #include <asm/mpspec.h> #include <asm/bitops.h> -/* 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[]; |