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

Commit 0aa031d9 authored by David S. Miller's avatar David S. Miller
Browse files

[SPARC64]: Fix BACKOFF_SPIN on non-SMP.



It can't be just empty, it has to at least branch
back to 'label'.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 64d329ee
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -21,7 +21,9 @@
#else

#define BACKOFF_SETUP(reg)
#define BACKOFF_SPIN(reg, tmp, label)
#define BACKOFF_SPIN(reg, tmp, label) \
	ba,pt	%xcc, label; \
	 nop;

#endif