patch-2.1.116 linux/include/linux/mm.h
Next file: linux/include/linux/mount.h
Previous file: linux/include/linux/if_wic.h
Back to the patch index
Back to the overall index
- Lines: 31
- Date:
Tue Aug 18 17:51:32 1998
- Orig file:
v2.1.115/linux/include/linux/mm.h
- Orig date:
Thu Aug 6 14:06:34 1998
diff -u --recursive --new-file v2.1.115/linux/include/linux/mm.h linux/include/linux/mm.h
@@ -258,6 +258,7 @@
* Decide if we should try to do some swapout..
*/
extern int free_memory_available(void);
+extern struct wait_queue * kswapd_wait;
#define free_page(addr) free_pages((addr),0)
extern void FASTCALL(free_pages(unsigned long addr, unsigned long order));
@@ -312,8 +313,7 @@
* GFP bitmasks..
*/
#define __GFP_WAIT 0x01
-#define __GFP_IO 0x02
-#define __GFP_LOW 0x00
+#define __GFP_LOW 0x02
#define __GFP_MED 0x04
#define __GFP_HIGH 0x08
@@ -321,9 +321,9 @@
#define GFP_BUFFER (__GFP_LOW | __GFP_WAIT)
#define GFP_ATOMIC (__GFP_HIGH)
-#define GFP_USER (__GFP_LOW | __GFP_WAIT | __GFP_IO)
-#define GFP_KERNEL (__GFP_MED | __GFP_WAIT | __GFP_IO)
-#define GFP_NFS (__GFP_HIGH | __GFP_WAIT | __GFP_IO)
+#define GFP_USER (__GFP_LOW | __GFP_WAIT)
+#define GFP_KERNEL (__GFP_MED | __GFP_WAIT)
+#define GFP_NFS (__GFP_HIGH | __GFP_WAIT)
/* Flag - indicates that the buffer will be suitable for DMA. Ignored on some
platforms, used as appropriate on others */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov