Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2414bd0 authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu
Browse files

Blackfin arch: use sti to set the mask rather than banging on imask

parent 88a8078b
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -170,12 +170,8 @@ ENTRY(__start)
	[p0] = p1;
	csync;

	p0.l = lo(IMASK);
	p0.h = hi(IMASK);
	p1.l = IMASK_IVG15;
	p1.h = 0x0;
	[p0] = p1;
	csync;
	r0 = EVT_IVG15 (z);
	sti r0;

	raise 15;
	p0.l = .LWAIT_HERE;