blob: 72a9af5b13cb5e11cf57949038bb2b408cbe0e6a [file] [log] [blame]
xf.libfc6e712025-02-07 01:54:34 -08001#include <features.h>
2#include <bits/wordsize.h>
3
4#if __WORDSIZE == 32
5
6# if defined(__CONFIG_SPARC_V9B__)
7# include "sparc32/sparcv9b/pspinlock.c"
8# else
9# include "sparc32/pspinlock.c"
10# endif
11
12#else
13# include "sparc64/pspinlock.c"
14#endif