Sam Ravnborg | f5e706a | 2008-07-17 21:55:51 -0700 | [diff] [blame] | 1 | #ifndef ___ASM_SPARC_FUTEX_H |
2 | #define ___ASM_SPARC_FUTEX_H | ||||
3 | #if defined(__sparc__) && defined(__arch64__) | ||||
Sam Ravnborg | a439fe5 | 2008-07-27 23:00:59 +0200 | [diff] [blame^] | 4 | #include <asm/futex_64.h> |
Sam Ravnborg | f5e706a | 2008-07-17 21:55:51 -0700 | [diff] [blame] | 5 | #else |
Sam Ravnborg | a439fe5 | 2008-07-27 23:00:59 +0200 | [diff] [blame^] | 6 | #include <asm/futex_32.h> |
Sam Ravnborg | f5e706a | 2008-07-17 21:55:51 -0700 | [diff] [blame] | 7 | #endif |
Jakub Jelinek | 4732efb | 2005-09-06 15:16:25 -0700 | [diff] [blame] | 8 | #endif |