diff options
-rw-r--r-- | arch/ia64/kernel/entry.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/entry.S b/arch/ia64/kernel/entry.S index a7542c3d3b3c..4517d4ab5ef1 100644 --- a/arch/ia64/kernel/entry.S +++ b/arch/ia64/kernel/entry.S | |||
@@ -880,7 +880,7 @@ GLOBAL_ENTRY(ia64_leave_kernel) | |||
880 | ldf.fill f7=[r2],PT(F11)-PT(F7) | 880 | ldf.fill f7=[r2],PT(F11)-PT(F7) |
881 | ldf.fill f8=[r3],32 | 881 | ldf.fill f8=[r3],32 |
882 | ;; | 882 | ;; |
883 | srlz.i // ensure interruption collection is off | 883 | srlz.d // ensure that inter. collection is off (VHPT is don't care, since text is pinned) |
884 | mov ar.ccv=r15 | 884 | mov ar.ccv=r15 |
885 | ;; | 885 | ;; |
886 | ldf.fill f11=[r2] | 886 | ldf.fill f11=[r2] |