commit | 78b656b8bf933101b42409b4492734b23427bfc3 | [log] [tgz] |
---|---|---|
author | Keith Mannthey <kmannth@us.ibm.com> | Tue Oct 03 18:25:52 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Oct 03 18:46:10 2006 -0700 |
tree | 35b91bbaee4a3140ba9a8e2f49b1a86c22856748 | |
parent | 708e16892e1646594a29eaa7ac7b209b600b9fd2 [diff] |
[PATCH] i383 numa: fix numaq/summit apicid conflict This allows numaq to properly align cpus to their given node during boot. Pass logical apicid to apicid_to_node and allow the summit sub-arch to use physical apicid (hard_smp_processor_id()). Tested against numaq and summit based systems with no issues. Signed-off-by: Keith Mannthey <kmannth@us.ibm.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>