Changes in kernel/arch/ia32/src/atomic.S [8844e70:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/atomic.S
r8844e70 r9d58539 27 27 # 28 28 29 #include <abi/asmtool.h>30 31 29 .text 32 30 33 31 #ifdef CONFIG_SMP 34 32 33 .global spinlock_arch 34 35 35 # 36 36 # This is a bus-and-hyperthreading-friendly implementation of spinlock 37 37 # 38 FUNCTION_BEGIN(spinlock_arch) 38 spinlock_arch: 39 39 pushl %eax 40 40 pushl %ebx … … 55 55 popl %eax 56 56 ret 57 FUNCTION_END(spinlock_arch)58 57 59 58 #endif
Note:
See TracChangeset
for help on using the changeset viewer.