X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Fslab.h;h=71829efc40ba22595419c6d2c46f9d3177e4b590;hb=ba7cc09c9c9e29a57045dc5bbf843ac1cfad3283;hp=e14b4c338b8903d6299e3bdb86ab26185365e9f8;hpb=0a31bd5f2bbb6473ef9d24f0063ca91cfa678b64;p=powerpc.git diff --git a/include/linux/slab.h b/include/linux/slab.h index e14b4c338b..71829efc40 100644 --- a/include/linux/slab.h +++ b/include/linux/slab.h @@ -21,7 +21,6 @@ typedef struct kmem_cache kmem_cache_t __deprecated; * The ones marked DEBUG are only valid if CONFIG_SLAB_DEBUG is set. */ #define SLAB_DEBUG_FREE 0x00000100UL /* DEBUG: Perform (expensive) checks on free */ -#define SLAB_DEBUG_INITIAL 0x00000200UL /* DEBUG: Call constructor (as verifier) */ #define SLAB_RED_ZONE 0x00000400UL /* DEBUG: Red zone objs in a cache */ #define SLAB_POISON 0x00000800UL /* DEBUG: Poison objects */ #define SLAB_HWCACHE_ALIGN 0x00002000UL /* Align objs on cache lines */ @@ -35,8 +34,6 @@ typedef struct kmem_cache kmem_cache_t __deprecated; /* Flags passed to a constructor functions */ #define SLAB_CTOR_CONSTRUCTOR 0x001UL /* If not set, then deconstructor */ -#define SLAB_CTOR_ATOMIC 0x002UL /* Tell constructor it can't sleep */ -#define SLAB_CTOR_VERIFY 0x004UL /* Tell constructor it's a verify call */ /* * struct kmem_cache related prototypes