diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-06-24 13:20:20 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-06-24 13:20:20 +0000 |
commit | 7e310a00247ef048ed5192a21b9ec288944134e8 (patch) | |
tree | 08a750f15d786c9565a60f9ca2ef6daeab73b9c2 /sys/arch/hp300/include | |
parent | 3ba7d7416274ba1a0db036e91103b4d88340ae04 (diff) |
Use pmap_kenter_cache() for device memory mapping, instead of physacc(0
which bites the dust.
Diffstat (limited to 'sys/arch/hp300/include')
-rw-r--r-- | sys/arch/hp300/include/cpu.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/hp300/include/cpu.h b/sys/arch/hp300/include/cpu.h index 9f08406f383..0d9d1f30b10 100644 --- a/sys/arch/hp300/include/cpu.h +++ b/sys/arch/hp300/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.30 2006/06/11 20:48:11 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.31 2006/06/24 13:20:19 miod Exp $ */ /* $NetBSD: cpu.h,v 1.28 1998/02/13 07:41:51 scottr Exp $ */ /* @@ -153,10 +153,6 @@ int badaddr(caddr_t); int badbaddr(caddr_t); void dumpconf(void); -/* vm_machdep.c functions */ -void physaccess(caddr_t, caddr_t, int, int); -void physunaccess(caddr_t, int); - #endif /* _KERNEL */ /* physical memory sections */ |