--- include/linux/page-flags.h | 1 + 1 file changed, 1 insertion(+) Index: linux-2.6.25-rc8-mm1/include/linux/page-flags.h =================================================================== --- linux-2.6.25-rc8-mm1.orig/include/linux/page-flags.h 2008-04-09 22:18:40.990924510 -0700 +++ linux-2.6.25-rc8-mm1/include/linux/page-flags.h 2008-04-09 22:19:11.818169300 -0700 @@ -88,6 +88,7 @@ enum pageflags { PG_mappedtodisk, /* Has blocks allocated on-disk */ PG_reclaim, /* To be reclaimed asap */ PG_buddy, /* Page is free, on buddy lists */ + PG_bla2, #ifdef CONFIG_IA64_UNCACHED_ALLOCATOR PG_uncached, /* Page has been mapped as uncached */ #endif