aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mempolicy.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/mempolicy.c')
-rw-r--r--mm/mempolicy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/mempolicy.c b/mm/mempolicy.c
index b21869a39f0b..96195dcb62e1 100644
--- a/mm/mempolicy.c
+++ b/mm/mempolicy.c
@@ -98,8 +98,8 @@
98/* The number of pages to migrate per call to migrate_pages() */ 98/* The number of pages to migrate per call to migrate_pages() */
99#define MIGRATE_CHUNK_SIZE 256 99#define MIGRATE_CHUNK_SIZE 256
100 100
101static kmem_cache_t *policy_cache; 101static struct kmem_cache *policy_cache;
102static kmem_cache_t *sn_cache; 102static struct kmem_cache *sn_cache;
103 103
104#define PDprintk(fmt...) 104#define PDprintk(fmt...)
105 105