x86: SGI UV: Map MMIO-High memory range
authorJack Steiner <steiner@sgi.com>
Wed, 9 Sep 2009 15:43:39 +0000 (10:43 -0500)
committerIngo Molnar <mingo@elte.hu>
Fri, 18 Sep 2009 12:06:40 +0000 (14:06 +0200)
commitdaf7b9c9216e2b82e4c14b7248a85286dab021c3
tree4e9e085514a56cc9c15332c91ab249de8eb5d9ab
parent8dc579e868addafd24c0a015c12f0e536b1084b1
x86: SGI UV: Map MMIO-High memory range

UV depends on the MMRHI space being identity mapped. The patch:

x86: Make 64-bit efi_ioremap use ioremap on MMIO regions

changed this to make efi regions at a different address using
ioremap. Add the identity mapping to uv_system_init.

( Note this code was previously present but was deleted when BIOS
  added the ranges to the EFI map - previous efi code identify
  mapped the ranges. )

Signed-off-by: Jack Steiner <steiner@sgi.com>
LKML-Reference: <20090909154339.GA7946@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic/x2apic_uv_x.c