--- include/linux/page-flags.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.17-rc4-ck1/include/linux/page-flags.h =================================================================== --- linux-2.6.17-rc4-ck1.orig/include/linux/page-flags.h 2006-05-15 22:59:40.000000000 +1000 +++ linux-2.6.17-rc4-ck1/include/linux/page-flags.h 2006-05-16 10:02:05.000000000 +1000 @@ -89,7 +89,7 @@ #define PG_buddy 19 /* Page is free, on buddy lists */ #define PG_readahead 20 /* Reminder to do readahead */ -#define PG_uncached 20 /* Page has been mapped as uncached */ +#define PG_uncached 21 /* Page has been mapped as uncached */ /* * Global page accounting. One instance per CPU. Only unsigned longs are