Commit ae51801b authored by Linus Torvalds's avatar Linus Torvalds
parents 7d3628b2 4cfea5a7
...@@ -12,7 +12,8 @@ ...@@ -12,7 +12,8 @@
mov reg, tmp; \ mov reg, tmp; \
88: brnz,pt tmp, 88b; \ 88: brnz,pt tmp, 88b; \
sub tmp, 1, tmp; \ sub tmp, 1, tmp; \
cmp reg, BACKOFF_LIMIT; \ set BACKOFF_LIMIT, tmp; \
cmp reg, tmp; \
bg,pn %xcc, label; \ bg,pn %xcc, label; \
nop; \ nop; \
ba,pt %xcc, label; \ ba,pt %xcc, label; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment