yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame^] | 1 | #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 |