pspinlock.c 243 B

1234567891011121314
  1. #include <features.h>
  2. #include <bits/wordsize.h>
  3. #if __WORDSIZE == 32
  4. # if defined(__CONFIG_SPARC_V9B__)
  5. # include "sparc32/sparcv9b/pspinlock.c"
  6. # else
  7. # include "sparc32/pspinlock.c"
  8. # endif
  9. #else
  10. # include "sparc64/pspinlock.c"
  11. #endif