Linus,

Please pull the latest x86/platform git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git 
x86-platform-2020-08-03

   # HEAD: 3bcf25a40b018e632d70bb866d75746748953fbc x86/efi: Remove unused 
EFI_UV1_MEMMAP code

The biggest change is the removal of SGI UV1 support, which allowed the
removal of the legacy EFI old_mmap code as well.

This removes quite a bunch of old code & quirks.

Signed-off-by: Ingo Molnar <mi...@kernel.org>
 Thanks,

        Ingo

------------------>
steve.w...@hpe.com (13):
      x86/platform/uv: Remove support for UV1 platform from uv_time
      x86/platform/uv: Remove support for UV1 platform from uv_tlb
      x86/platform/uv: Remove support for UV1 platform from x2apic_uv_x
      x86/platform/uv: Remove support for UV1 platform from uv_mmrs
      x86/platform/uv: Remove support for UV1 platform from uv_bau
      x86/platform/uv: Remove support for uv1 platform from uv_hub
      x86/platform/uv: Remove support for UV1 platform from uv
      x86/platform/uv: Remove vestigial mention of UV1 platform from bios header
      x86/platform/uv: Remove efi=old_map command line option
      x86/efi: Delete SGI UV1 detection.
      x86/efi: Remove references to no-longer-used efi_have_uv1_memmap()
      x86/platform/uv: Remove uv bios and efi code related to EFI_UV1_MEMMAP
      x86/efi: Remove unused EFI_UV1_MEMMAP code


 arch/x86/include/asm/efi.h         |  20 +-
 arch/x86/include/asm/uv/bios.h     |   2 +-
 arch/x86/include/asm/uv/uv.h       |   2 +-
 arch/x86/include/asm/uv/uv_bau.h   | 118 +-----
 arch/x86/include/asm/uv/uv_hub.h   |  34 +-
 arch/x86/include/asm/uv/uv_mmrs.h  | 712 -------------------------------------
 arch/x86/kernel/apic/x2apic_uv_x.c | 122 ++-----
 arch/x86/kernel/kexec-bzimage64.c  |   9 -
 arch/x86/platform/efi/efi.c        |  16 +-
 arch/x86/platform/efi/efi_64.c     |  38 +-
 arch/x86/platform/efi/quirks.c     |  31 --
 arch/x86/platform/uv/bios_uv.c     | 173 +--------
 arch/x86/platform/uv/tlb_uv.c      | 243 ++-----------
 arch/x86/platform/uv/uv_time.c     |  16 +-
 14 files changed, 86 insertions(+), 1450 deletions(-)

Reply via email to