diff options
Diffstat (limited to 'sys/arch/hp300/include/cpu.h')
-rw-r--r-- | sys/arch/hp300/include/cpu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hp300/include/cpu.h b/sys/arch/hp300/include/cpu.h index f82f7083f18..e27971886ed 100644 --- a/sys/arch/hp300/include/cpu.h +++ b/sys/arch/hp300/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.27 2005/08/01 11:54:22 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.28 2005/11/17 23:56:46 miod Exp $ */ /* $NetBSD: cpu.h,v 1.28 1998/02/13 07:41:51 scottr Exp $ */ /* @@ -182,7 +182,6 @@ void dumpconf(void); /* vm_machdep.c functions */ void physaccess(caddr_t, caddr_t, int, int); void physunaccess(caddr_t, int); -int kvtop(caddr_t); /* what is this supposed to do? i.e. how is it different than startrtclock? */ #define enablertclock() |