diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2008-11-18 04:48:22 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-11-18 04:48:22 -0500 |
commit | c2414bd0b19e22632835cbd2686cf4103038cf3a (patch) | |
tree | f396724a92ad9b111fe152689b10397b586015ae /arch/blackfin/mach-common | |
parent | 88a8078b3b31349e9cbf09215eab6891fb1aed0f (diff) |
Blackfin arch: use sti to set the mask rather than banging on imask
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/mach-common')
-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; |