patch-2.2.8 linux/include/asm-arm/page.h
Next file: linux/include/asm-arm/posix_types.h
Previous file: linux/include/asm-arm/mm-init.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Sat May 8 11:06:57 1999
- Orig file:
v2.2.7/linux/include/asm-arm/page.h
- Orig date:
Fri May 8 23:14:54 1998
diff -u --recursive --new-file v2.2.7/linux/include/asm-arm/page.h linux/include/asm-arm/page.h
@@ -1,15 +1,15 @@
#ifndef _ASMARM_PAGE_H
#define _ASMARM_PAGE_H
-#include <asm/arch/mmu.h>
+#include <asm/arch/memory.h>
#include <asm/proc/page.h>
#ifdef __KERNEL__
#define get_user_page(vaddr) __get_free_page(GFP_KERNEL)
#define free_user_page(page, addr) free_page(addr)
-#define clear_page(page) memzero((void *)(page), PAGE_SIZE)
-#define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE)
+#define clear_page(page) memzero((void *)(page), PAGE_SIZE)
+#define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE)
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)