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