diff options
-rw-r--r-- | arch/blackfin/mach-common/head.S | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/blackfin/mach-common/head.S b/arch/blackfin/mach-common/head.S index 42ee2b1831bb..29cd01987c32 100644 --- a/arch/blackfin/mach-common/head.S +++ b/arch/blackfin/mach-common/head.S | |||
@@ -170,12 +170,8 @@ ENTRY(__start) | |||
170 | [p0] = p1; | 170 | [p0] = p1; |
171 | csync; | 171 | csync; |
172 | 172 | ||
173 | p0.l = lo(IMASK); | 173 | r0 = EVT_IVG15 (z); |
174 | p0.h = hi(IMASK); | 174 | sti r0; |
175 | p1.l = IMASK_IVG15; | ||
176 | p1.h = 0x0; | ||
177 | [p0] = p1; | ||
178 | csync; | ||
179 | 175 | ||
180 | raise 15; | 176 | raise 15; |
181 | p0.l = .LWAIT_HERE; | 177 | p0.l = .LWAIT_HERE; |