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

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

[Blackfin] arch: make the mask explicit rather than writing a negative number in hex

parent 4e354b54
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -174,7 +174,7 @@ ENTRY(_cache_lock)
	CLI R3;
	CLI R3;


	R7 = [P1];
	R7 = [P1];
	R2 = 0xFFFFFF87 (X);
	R2 = ~(0x78) (X);	/* mask out ILOC */
	R7 = R7 & R2;
	R7 = R7 & R2;
	R0 = R0 << 3;
	R0 = R0 << 3;
	R7 = R0 | R7;
	R7 = R0 | R7;