Daniel J Blueman
c8a470cab0
x86/apic/numachip: Fix sibling map with NumaChip
...
On NumaChip systems, the physical processor ID assignment wasn't
accounting for the number of nodes in AMD multi-module
processors, giving an incorrect sibling map:
$ cd /sys/devices/system/cpu/cpu29/topology
$ grep . *
core_id:5
core_siblings:00000000,ff000000
core_siblings_list:24-31
physical_package_id:3
thread_siblings:00000000,30000000
thread_siblings_list:28-29
This fixes it:
$ cd /sys/devices/system/cpu/cpu29/topology
$ grep . *
core_id:5
core_siblings:00000000,ffff0000
core_siblings_list:16-31
physical_package_id:1
thread_siblings:00000000,30000000
thread_siblings_list:28-29
Signed-off-by: Daniel J Blueman <daniel@numascale.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: <stable@vger.kernel.org>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Steffen Persvold <sp@numascale.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1426135950-10110-1-git-send-email-daniel@numascale.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2015-03-12 16:58:59 +01:00
..
2014-07-31 08:05:44 -07:00
2014-07-31 08:05:44 -07:00
2015-03-12 16:58:59 +01:00
2015-02-13 10:26:18 -08:00
2014-07-31 08:05:44 -07:00
2014-12-16 14:08:17 +01:00
2014-11-25 14:15:30 -05:00
2015-01-22 15:10:55 +01:00
2014-01-06 21:25:18 -08:00
2014-12-16 14:08:17 +01:00
2014-12-16 14:08:17 +01:00
2014-07-31 08:05:44 -07:00
2012-06-06 09:06:19 +02:00
2014-12-16 14:08:17 +01:00
2014-09-09 07:17:43 +09:00
2014-07-31 08:05:44 -07:00
2014-10-14 02:31:22 +02:00