xref
: /
linux
/
arch
/
x86
/
include
/
asm
/
atomic.h
(revision e18d7af85296cb6999aae171e8a9f8612bea5ae0)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifdef
CONFIG_X86_32
2
#
include
"
atomic_32.h
"
3
#
else
4
#
include
"
atomic_64.h
"
5
#
endif
6