]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
x86/apic/uv: Remove code for unused distributed GRU mode
authorSteve Wahl <steve.wahl@hpe.com>
Wed, 13 May 2020 22:11:23 +0000 (17:11 -0500)
committerBorislav Petkov <bp@suse.de>
Sat, 23 May 2020 14:19:57 +0000 (16:19 +0200)
commit33649bf4494c1feaf1956a84895fcc0621aafd90
treef754ade9d1c0239f6069e8c03debf1a78270838f
parent2981cf836127c2d2d68399d456d2c22688d520b2
x86/apic/uv: Remove code for unused distributed GRU mode

Distributed GRU mode appeared in only one generation of UV hardware,
and no version of the BIOS has shipped with this feature enabled, and
we have no plans to ever change that.  The gru.s3.mode check has
always been and will continue to be false.  So remove this dead code.

Signed-off-by: Steve Wahl <steve.wahl@hpe.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Dimitri Sivanich <sivanich@hpe.com>
Link: https://lkml.kernel.org/r/20200513221123.GJ3240@raspberrypi
arch/x86/kernel/apic/x2apic_uv_x.c