diff options
Diffstat (limited to 'arch/ia64/kernel')
-rw-r--r-- | arch/ia64/kernel/.gitignore | 1 | ||||
-rw-r--r-- | arch/ia64/kernel/ivt.S | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/arch/ia64/kernel/.gitignore b/arch/ia64/kernel/.gitignore index 98307759a3b8..21cb0da5ded8 100644 --- a/arch/ia64/kernel/.gitignore +++ b/arch/ia64/kernel/.gitignore | |||
@@ -1 +1,2 @@ | |||
1 | gate.lds | 1 | gate.lds |
2 | vmlinux.lds | ||
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 |