This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / page-flags.h
index c99f570..990fff9 100644 (file)
 #define PG_swapcache           16      /* Swap page: swp_entry_t in private */
 #define PG_mappedtodisk                17      /* Has blocks allocated on-disk */
 #define PG_reclaim             18      /* To be reclaimed asap */
-
 #ifdef CONFIG_CKRM_RES_MEM
-#define PG_ckrm_account                19      /* This page is accounted by CKRM */
+#define PG_ckrm_account        19      /* This page is accounted by CKRM */
 #endif
 
-
 /*
  * Global page accounting.  One instance per CPU.  Only unsigned longs are
  * allowed.
@@ -302,12 +300,6 @@ extern unsigned long __read_page_state(unsigned offset);
 #define PageSwapCache(page)    0
 #endif
 
-#ifdef CONFIG_CKRM_RES_MEM
-#define CkrmAccount(page)      test_bit(PG_ckrm_account, &(page)->flags)
-#define SetCkrmAccount(page)   set_bit(PG_ckrm_account, &(page)->flags)
-#define ClearCkrmAccount(page) clear_bit(PG_ckrm_account, &(page)->flags)
-#endif
-
 struct page;   /* forward declaration */
 
 int test_clear_page_dirty(struct page *page);