diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ia64/kernel/efi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ia64/kernel/efi.c b/arch/ia64/kernel/efi.c index d59134d7e73c..919070a9aed7 100644 --- a/arch/ia64/kernel/efi.c +++ b/arch/ia64/kernel/efi.c | |||
@@ -421,7 +421,6 @@ efi_map_pal_code (void) | |||
421 | pte_val(pfn_pte(__pa(pal_vaddr) >> PAGE_SHIFT, PAGE_KERNEL)), | 421 | pte_val(pfn_pte(__pa(pal_vaddr) >> PAGE_SHIFT, PAGE_KERNEL)), |
422 | IA64_GRANULE_SHIFT); | 422 | IA64_GRANULE_SHIFT); |
423 | ia64_set_psr(psr); /* restore psr */ | 423 | ia64_set_psr(psr); /* restore psr */ |
424 | ia64_srlz_i(); | ||
425 | } | 424 | } |
426 | 425 | ||
427 | void __init | 426 | void __init |