Commit 1e31b0ff authored by Linus Torvalds's avatar Linus Torvalds
parents 980019d7 b70f4e85
...@@ -121,7 +121,7 @@ static inline void down_spin(struct spinaphore *ss) ...@@ -121,7 +121,7 @@ static inline void down_spin(struct spinaphore *ss)
ia64_invala(); ia64_invala();
for (;;) { for (;;) {
asm volatile ("ld4.c.nc %0=[%1]" : "=r"(serve) : "r"(&ss->serve) : "memory"); asm volatile ("ld8.c.nc %0=[%1]" : "=r"(serve) : "r"(&ss->serve) : "memory");
if (time_before(t, serve)) if (time_before(t, serve))
return; return;
cpu_relax(); cpu_relax();
......
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