Browse Source

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>
Ingo Molnar 9 years ago
parent
commit
3cd0b53553
1 changed files with 1 additions and 3 deletions
  1. 1 3
      arch/x86/kernel/apic/x2apic_uv_x.c

+ 1 - 3
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();