summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2010-11-23 09:37:47 +0100
committerThomas Hellstrom <thellstrom@vmware.com>2010-11-23 09:37:47 +0100
commitae6db8fd0753ba80eb0287c755edc4a38e9b8965 (patch)
treedebc00d89a30180fdabf04362b36784ed966db08
parentaf86f8c738a17fd14f7c6b124c136a330e6b1a9b (diff)
Fix up a version from previous commit.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
-rw-r--r--vmwgfx_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmwgfx_compat.h b/vmwgfx_compat.h
index 700cfb5..905270d 100644
--- a/vmwgfx_compat.h
+++ b/vmwgfx_compat.h
@@ -301,7 +301,7 @@ static inline int vmwgfx_kref_sub(struct kref *kref, unsigned int count,
* kmap_atomic
*/
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37))
#define VMW_HAS_STACK_KMAP_ATOMIC
#endif