diff options
| -rw-r--r-- | mm/slub.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -1071,6 +1071,8 @@ static inline unsigned long kmem_cache_flags(unsigned long objsize, | |||
| 1071 | } | 1071 | } |
| 1072 | #define slub_debug 0 | 1072 | #define slub_debug 0 |
| 1073 | 1073 | ||
| 1074 | #define disable_higher_order_debug 0 | ||
| 1075 | |||
| 1074 | static inline unsigned long slabs_node(struct kmem_cache *s, int node) | 1076 | static inline unsigned long slabs_node(struct kmem_cache *s, int node) |
| 1075 | { return 0; } | 1077 | { return 0; } |
| 1076 | static inline unsigned long node_nr_slabs(struct kmem_cache_node *n) | 1078 | static inline unsigned long node_nr_slabs(struct kmem_cache_node *n) |
