patch-2.2.18 linux/include/linux/vmalloc.h

Next file: linux/include/linux/wait.h
Previous file: linux/include/linux/videodev.h
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/include/linux/vmalloc.h linux/include/linux/vmalloc.h
@@ -19,6 +19,9 @@
 long vread(char *buf, char *addr, unsigned long count);
 void vmfree_area_pages(unsigned long address, unsigned long size);
 int vmalloc_area_pages(unsigned long address, unsigned long size);
-
+extern inline void * vmalloc_32(unsigned long size)
+{
+	return vmalloc(size);
+}
 #endif
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)