diff options
Diffstat (limited to 'include/asm-sparc/futex.h')
-rw-r--r-- | include/asm-sparc/futex.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/include/asm-sparc/futex.h b/include/asm-sparc/futex.h index 6a332a9f099c..c6a9f038c531 100644 --- a/include/asm-sparc/futex.h +++ b/include/asm-sparc/futex.h | |||
@@ -1,6 +1,8 @@ | |||
1 | #ifndef _ASM_FUTEX_H | 1 | #ifndef ___ASM_SPARC_FUTEX_H |
2 | #define _ASM_FUTEX_H | 2 | #define ___ASM_SPARC_FUTEX_H |
3 | 3 | #if defined(__sparc__) && defined(__arch64__) | |
4 | #include <asm-generic/futex.h> | 4 | #include <asm-sparc/futex_64.h> |
5 | 5 | #else | |
6 | #include <asm-sparc/futex_32.h> | ||
7 | #endif | ||
6 | #endif | 8 | #endif |