diff options
Diffstat (limited to 'arch/ia64/kernel/ivt.S')
-rw-r--r-- | arch/ia64/kernel/ivt.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ia64/kernel/ivt.S b/arch/ia64/kernel/ivt.S index c39627df3cde..416a952b19bd 100644 --- a/arch/ia64/kernel/ivt.S +++ b/arch/ia64/kernel/ivt.S | |||
@@ -1243,11 +1243,11 @@ ENTRY(speculation_vector) | |||
1243 | 1243 | ||
1244 | add r17=r17,r18 // now add the offset | 1244 | add r17=r17,r18 // now add the offset |
1245 | ;; | 1245 | ;; |
1246 | MOV_FROM_IIP(r17) | 1246 | MOV_TO_IIP(r17, r19) |
1247 | dep r16=0,r16,41,2 // clear EI | 1247 | dep r16=0,r16,41,2 // clear EI |
1248 | ;; | 1248 | ;; |
1249 | 1249 | ||
1250 | MOV_FROM_IPSR(p0, r16) | 1250 | MOV_TO_IPSR(p0, r16, r19) |
1251 | ;; | 1251 | ;; |
1252 | 1252 | ||
1253 | RFI | 1253 | RFI |