Index: linux-2.6.15-rc5-mm3/include/linux/mmzone.h =================================================================== --- linux-2.6.15-rc5-mm3.orig/include/linux/mmzone.h 2005-12-16 10:24:52.000000000 -0800 +++ linux-2.6.15-rc5-mm3/include/linux/mmzone.h 2005-12-16 10:25:24.000000000 -0800 @@ -44,8 +44,8 @@ struct zone_padding { #define ZONE_PADDING(name) #endif -enum zone_stat_item { }; -#define NR_STAT_ITEMS 0 +enum zone_stat_item { NR_DUMMY }; +#define NR_STAT_ITEMS 1 #ifdef CONFIG_SMP typedef atomic_long_t vm_stat_t;