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