patch-2.1.51 linux/include/asm-sparc64/smp_lock.h
Next file: linux/include/asm-sparc64/spinlock.h
Previous file: linux/include/asm-sparc64/smp.h
Back to the patch index
Back to the overall index
- Lines: 38
- Date:
Sat Aug 16 09:51:10 1997
- Orig file:
v2.1.50/linux/include/asm-sparc64/smp_lock.h
- Orig date:
Mon Aug 4 16:25:40 1997
diff -u --recursive --new-file v2.1.50/linux/include/asm-sparc64/smp_lock.h linux/include/asm-sparc64/smp_lock.h
@@ -28,6 +28,7 @@
__cli(); \
(task)->lock_depth = 0; \
klock_info.akp = NO_PROC_ID; \
+ membar("#LoadStore | #StoreStore"); \
klock_info.kernel_flag = 0; \
} \
release_irqlock(cpu); \
@@ -45,7 +46,7 @@
" mov %1, %%g2" \
: /* No outputs. */ \
: "r" (klip), "r" (depth) \
- : "g2", "g3", "g5", "g7", "memory", "cc"); \
+ : "g2", "g3", "g5", "memory", "cc"); \
} \
} while(0)
@@ -63,9 +64,9 @@
__asm__ __volatile__("
mov %%o7, %%g5
call ___lock_kernel
- ld [%%g6 + %0], %%g2
+ lduw [%%g6 + %0], %%g2
" : : "i" (AOFF_task_lock_depth), "r" (klip)
- : "g2", "g3", "g5", "g7", "memory", "cc");
+ : "g2", "g3", "g5", "memory", "cc");
}
/* Release kernel global lock. */
@@ -76,7 +77,7 @@
__asm__ __volatile__("
mov %%o7, %%g5
call ___unlock_kernel
- ld [%%g6 + %0], %%g2
+ lduw [%%g6 + %0], %%g2
" : : "i" (AOFF_task_lock_depth), "r" (klip)
: "g2", "g3", "g5", "memory", "cc");
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov