diff options
author | José Fonseca <[email protected]> | 2011-11-09 07:05:52 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2011-11-29 17:34:56 +0000 |
commit | 10b07665be5cff9fa9f03b0f7db459f3b380570d (patch) | |
tree | ebe9bcbf6586abbf27b9b4ae827fc459cedf05e0 /src/gallium/auxiliary/util/u_atomic.h | |
parent | 57f8e26ca87a2846f192682c84eccbf8b4500bfc (diff) |
Remove windows kernel support code.
Not actively used.
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/util/u_atomic.h')
-rw-r--r-- | src/gallium/auxiliary/util/u_atomic.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gallium/auxiliary/util/u_atomic.h b/src/gallium/auxiliary/util/u_atomic.h index 8434491a421..2f2b42b346f 100644 --- a/src/gallium/auxiliary/util/u_atomic.h +++ b/src/gallium/auxiliary/util/u_atomic.h @@ -18,10 +18,7 @@ * locally coded assembly, compiler intrinsic or ultimately a * mutex-based implementation. */ -#if (defined(PIPE_SUBSYSTEM_WINDOWS_DISPLAY) || \ - defined(PIPE_SUBSYSTEM_WINDOWS_MINIPORT)) -#define PIPE_ATOMIC_OS_UNLOCKED -#elif defined(PIPE_OS_SOLARIS) +#if defined(PIPE_OS_SOLARIS) #define PIPE_ATOMIC_OS_SOLARIS #elif defined(PIPE_CC_MSVC) #define PIPE_ATOMIC_MSVC_INTRINSIC |