x86/platform/uv: Update node present counting
authorMike Travis <mike.travis@hpe.com>
Mon, 5 Oct 2020 20:39:26 +0000 (15:39 -0500)
committerBorislav Petkov <bp@suse.de>
Wed, 7 Oct 2020 07:08:35 +0000 (09:08 +0200)
commitd6922effe4f3d5c643c8c05d51a572d6db4c9cb3
treeb23aea650423f71b32c5f5de416d7b0abe6c6577
parenta74a7e992caf0745f548a63b263ac34c6a4a29dd
x86/platform/uv: Update node present counting

The changes in the UV5 arch shrunk the NODE PRESENT table to just 2x64
entries (128 total) so are in to 64 bit MMRs instead of a depth of 64
bits in an array.  Adjust references when counting up the nodes present.

Signed-off-by: Mike Travis <mike.travis@hpe.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Dimitri Sivanich <dimitri.sivanich@hpe.com>
Reviewed-by: Steve Wahl <steve.wahl@hpe.com>
Link: https://lkml.kernel.org/r/20201005203929.148656-11-mike.travis@hpe.com
arch/x86/kernel/apic/x2apic_uv_x.c