patch-2.4.0-test7 linux/include/linux/highmem.h

Next file: linux/include/linux/if_packet.h
Previous file: linux/include/linux/fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test6/linux/include/linux/highmem.h linux/include/linux/highmem.h
@@ -29,6 +29,9 @@
 
 #define kunmap(page) do { } while (0)
 
+#define kmap_atomic(page,idx)		kmap(page)
+#define kunmap_atomic(page,idx)		kunmap(page)
+
 #endif /* CONFIG_HIGHMEM */
 
 /* when CONFIG_HIGHMEM is not set these will be plain clear/copy_page */

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