x86/platform/UV: Remove EFI memmap quirk for UV2+
authorAlex Thorlton <[email protected]>
Fri, 11 Dec 2015 20:59:45 +0000 (14:59 -0600)
committerIngo Molnar <[email protected]>
Tue, 19 Jan 2016 10:58:56 +0000 (11:58 +0100)
commitd394f2d9d8e1e7b4959819344baf67b5995da9b0
tree5d618dbf3e88e59014c62f96be91660443ff0a02
parentb000de5848441bc4e99c662fe1fd1b854151a84e
x86/platform/UV: Remove EFI memmap quirk for UV2+

Commit a5d90c923bcf ("x86/efi: Quirk out SGI UV") added a quirk
to efi_apply_memmap_quirks to force SGI UV systems to fall back
to the old EFI memmap mechanism.  We have a BIOS fix for this
issue on all systems except for UV1.  This commit fixes up the
EFI quirk/MMR mapping code so that we only apply the special
case to UV1 hardware.

Signed-off-by: Alex Thorlton <[email protected]>
Reviewed-by: Matt Fleming <[email protected]>
Cc: Dimitri Sivanich <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Hedi Berriche <[email protected]>
Cc: Len Brown <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Mike Travis <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/apic/x2apic_uv_x.c
arch/x86/platform/efi/quirks.c