patch-2.4.17 linux/include/linux/highmem.h
Next file: linux/include/linux/i8k.h
Previous file: linux/include/linux/fs.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Fri Dec 21 16:40:33 2001
- Orig file:
linux-2.4.16/include/linux/highmem.h
- Orig date:
Thu Nov 22 19:46:23 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/include/linux/highmem.h linux/include/linux/highmem.h
@@ -93,15 +93,4 @@
kunmap_atomic(vto, KM_USER1);
}
-static inline void copy_highpage(struct page *to, struct page *from)
-{
- char *vfrom, *vto;
-
- vfrom = kmap(from);
- vto = kmap(to);
- copy_page(vto, vfrom);
- kunmap(from);
- kunmap(to);
-}
-
#endif /* _LINUX_HIGHMEM_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)