diff options
Diffstat (limited to 'lib/show_mem.c')
| -rw-r--r-- | lib/show_mem.c | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/show_mem.c b/lib/show_mem.c index 5c86ef4c899f..1c26c14ffbb9 100644 --- a/lib/show_mem.c +++ b/lib/show_mem.c @@ -6,7 +6,6 @@   */  #include <linux/mm.h> -#include <linux/quicklist.h>  #include <linux/cma.h>  void show_mem(unsigned int filter, nodemask_t *nodemask) @@ -39,10 +38,6 @@ void show_mem(unsigned int filter, nodemask_t *nodemask)  #ifdef CONFIG_CMA  	printk("%lu pages cma reserved\n", totalcma_pages);  #endif -#ifdef CONFIG_QUICKLIST -	printk("%lu pages in pagetable cache\n", -		quicklist_total_size()); -#endif  #ifdef CONFIG_MEMORY_FAILURE  	printk("%lu pages hwpoisoned\n", atomic_long_read(&num_poisoned_pages));  #endif  |