From eb0ed7671a8c09194a25fa0efe9450a9beffdb2e Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Wed, 5 Mar 2008 13:58:17 -0800 Subject: [PATCH] --- yaml --- r: 87051 b: refs/heads/master c: 1c61fc40fc264059ff41a614ed2d899127288281 h: refs/heads/master i: 87049: 8a39e348b57e52f86205caa00bc8ba1e33c25899 87047: 52a2d8ac0245edd9fd682a340dd3ca16362ea5b3 v: v3 --- [refs] | 2 +- trunk/include/linux/slab_def.h | 4 ++-- trunk/mm/slab.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 3033cae11e42..b96c1f0e8ef6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9ac33b2b749e9539e84bbb1a41f97b066c4bd757 +refs/heads/master: 1c61fc40fc264059ff41a614ed2d899127288281 diff --git a/trunk/include/linux/slab_def.h b/trunk/include/linux/slab_def.h index fcc48096ee64..39c3a5eb8ebe 100644 --- a/trunk/include/linux/slab_def.h +++ b/trunk/include/linux/slab_def.h @@ -41,7 +41,7 @@ static inline void *kmalloc(size_t size, gfp_t flags) goto found; \ else \ i++; -#include "kmalloc_sizes.h" +#include #undef CACHE { extern void __you_cannot_kmalloc_that_much(void); @@ -75,7 +75,7 @@ static inline void *kmalloc_node(size_t size, gfp_t flags, int node) goto found; \ else \ i++; -#include "kmalloc_sizes.h" +#include #undef CACHE { extern void __you_cannot_kmalloc_that_much(void); diff --git a/trunk/mm/slab.c b/trunk/mm/slab.c index 5d16c8a30499..f7faff72cf56 100644 --- a/trunk/mm/slab.c +++ b/trunk/mm/slab.c @@ -333,7 +333,7 @@ static __always_inline int index_of(const size_t size) return i; \ else \ i++; -#include "linux/kmalloc_sizes.h" +#include #undef CACHE __bad_size(); } else