patch-2.1.94 linux/include/linux/mm.h
Next file: linux/include/linux/pci.h
Previous file: linux/include/linux/joystick.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Wed Apr 8 18:15:11 1998
- Orig file:
v2.1.93/linux/include/linux/mm.h
- Orig date:
Thu Mar 26 15:57:05 1998
diff -u --recursive --new-file v2.1.93/linux/include/linux/mm.h linux/include/linux/mm.h
@@ -133,7 +133,7 @@
#define PG_uptodate 3
#define PG_free_after 4
#define PG_decr_after 5
-/* Unused 6 */
+#define PG_swap_unlock_after 6
#define PG_DMA 7
#define PG_Slab 8
#define PG_swap_cache 9
@@ -146,6 +146,7 @@
#define PageUptodate(page) (test_bit(PG_uptodate, &(page)->flags))
#define PageFreeAfter(page) (test_bit(PG_free_after, &(page)->flags))
#define PageDecrAfter(page) (test_bit(PG_decr_after, &(page)->flags))
+#define PageSwapUnlockAfter(page) (test_bit(PG_swap_unlock_after, &(page)->flags))
#define PageDMA(page) (test_bit(PG_DMA, &(page)->flags))
#define PageSlab(page) (test_bit(PG_Slab, &(page)->flags))
#define PageSwapCache(page) (test_bit(PG_swap_cache, &(page)->flags))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov