diff options
Diffstat (limited to 'include/asm-ia64/processor.h')
-rw-r--r-- | include/asm-ia64/processor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ia64/processor.h b/include/asm-ia64/processor.h index 666385b68820..741f7ecb986a 100644 --- a/include/asm-ia64/processor.h +++ b/include/asm-ia64/processor.h | |||
@@ -473,7 +473,7 @@ ia64_set_psr (__u64 psr) | |||
473 | { | 473 | { |
474 | ia64_stop(); | 474 | ia64_stop(); |
475 | ia64_setreg(_IA64_REG_PSR_L, psr); | 475 | ia64_setreg(_IA64_REG_PSR_L, psr); |
476 | ia64_srlz_d(); | 476 | ia64_srlz_i(); |
477 | } | 477 | } |
478 | 478 | ||
479 | /* | 479 | /* |