Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/atomic.S

    r8844e70 r9d58539  
    2727#
    2828
    29 #include <abi/asmtool.h>
    30 
    3129.text
    3230
    3331#ifdef CONFIG_SMP
    3432
     33.global spinlock_arch
     34
    3535#
    3636# This is a bus-and-hyperthreading-friendly implementation of spinlock
    3737#
    38 FUNCTION_BEGIN(spinlock_arch)
     38spinlock_arch:
    3939        pushl %eax
    4040        pushl %ebx
     
    5555        popl %eax
    5656        ret
    57 FUNCTION_END(spinlock_arch)
    5857       
    5958#endif
Note: See TracChangeset for help on using the changeset viewer.