summaryrefslogtreecommitdiff
path: root/kerncompat.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-02-02 09:18:22 -0500
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-02-02 09:18:22 -0500
commit215ad20a9b077d44ea1cf58b1bac64a7f42d058a (patch)
tree6f1ed85ebf6bd133cb8c7089100963f45cdf341c /kerncompat.h
parent5622872d31e6f19bab5e5896ed6272872e0a980c (diff)
Add backing store, memory management
Diffstat (limited to 'kerncompat.h')
-rw-r--r--kerncompat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kerncompat.h b/kerncompat.h
index 3a4bb4d6..347ca062 100644
--- a/kerncompat.h
+++ b/kerncompat.h
@@ -6,6 +6,7 @@
#define BITS_PER_LONG 64
#define __GFP_BITS_SHIFT 20
#define __GFP_BITS_MASK ((int)((1 << __GFP_BITS_SHIFT) - 1))
+#define GFP_KERNEL 0
#define __read_mostly
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
#define __force