Skip to content

Commit 3cd0b53

Browse files
author
Ingo Molnar
committed
Merge branch 'x86/urgent' into x86/platform, to resolve conflict
Conflicts: arch/x86/kernel/apic/x2apic_uv_x.c Signed-off-by: Ingo Molnar <[email protected]>
2 parents f68376f + 08914f4 commit 3cd0b53

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

arch/x86/kernel/apic/x2apic_uv_x.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,9 +1395,7 @@ void __init uv_system_init(void)
13951395
}
13961396
pr_info("UV: Found %s hub\n", hub);
13971397

1398-
/* We now only need to map the MMRs on UV1 */
1399-
if (is_uv1_hub())
1400-
map_low_mmrs();
1398+
map_low_mmrs();
14011399

14021400
uv_bios_init(); /* get uv_systab for decoding */
14031401
decode_uv_systab();

0 commit comments

Comments
 (0)