Gitiles
Code Review
Sign In
192.168.1.100
/
R306
/
7f58151e95710b662cb43f980c99d16ff0bc855d
/
.
/
ap
/
build
/
uClibc
/
libpthread
/
linuxthreads
/
sysdeps
/
sparc
/
pspinlock.c
blob: 72a9af5b13cb5e11cf57949038bb2b408cbe0e6a [
file
] [
log
] [
blame
]
#include
<features.h>
#include
<bits/wordsize.h>
#if __WORDSIZE == 32
# if defined(__CONFIG_SPARC_V9B__)
# include "sparc32/sparcv9b/pspinlock.c"
# else
# include "sparc32/pspinlock.c"
# endif
#else
# include "sparc64/pspinlock.c"
#endif