commit | 8b09fb34513225d87d511c7e8f29c0fd3cf860e0 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@SteelEye.com> | Tue Feb 14 13:53:05 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Feb 14 16:09:34 2006 -0800 |
tree | 3742919b1f14cd0edd2c6584703ebcc8b9ff134e | |
parent | 5ac5f9d1ce8492163dbde5d357dc5d03becf7e36 [diff] |
[PATCH] fix x86 topology export in sysfs for subarchitectures The correct way to export hyperthreading based functions is to predicate them on CONFIG_X86_HT. Without this, the topology exporting patch breaks the build on all non-PC x86 subarchitectures. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>