Merge branch 'x86/urgent' into x86/platform, to resolve conflict

Conflicts:
	arch/x86/kernel/apic/x2apic_uv_x.c

Signed-off-by: Ingo Molnar <mingo@kernel.org>
tirimbino
Ingo Molnar 9 years ago
commit 3cd0b53553
  1. 4
      arch/x86/kernel/apic/x2apic_uv_x.c

@ -1395,9 +1395,7 @@ void __init uv_system_init(void)
}
pr_info("UV: Found %s hub\n", hub);
/* We now only need to map the MMRs on UV1 */
if (is_uv1_hub())
map_low_mmrs();
map_low_mmrs();
uv_bios_init(); /* get uv_systab for decoding */
decode_uv_systab();

Loading…
Cancel
Save