patch-2.4.0-test12 linux/include/linux/highmem.h
Next file: linux/include/linux/highuid.h
Previous file: linux/include/linux/hdlcdrv.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Dec 11 16:26:39 2000
- Orig file:
v2.4.0-test11/linux/include/linux/highmem.h
- Orig date:
Sun Nov 19 18:44:21 2000
diff -u --recursive --new-file v2.4.0-test11/linux/include/linux/highmem.h linux/include/linux/highmem.h
@@ -13,8 +13,6 @@
/* declarations for linux/mm/highmem.c */
FASTCALL(unsigned int nr_free_highpages(void));
-extern struct page * prepare_highmem_swapout(struct page *);
-extern struct page * replace_with_highmem(struct page *);
extern struct buffer_head * create_bounce(int rw, struct buffer_head * bh_orig);
@@ -31,8 +29,6 @@
#else /* CONFIG_HIGHMEM */
static inline unsigned int nr_free_highpages(void) { return 0; }
-#define prepare_highmem_swapout(page) page
-#define replace_with_highmem(page) page
static inline void *kmap(struct page *page) { return page_address(page); }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)