blob: 72a9af5b13cb5e11cf57949038bb2b408cbe0e6a [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001#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