diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-01-02 18:09:26 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-01-02 18:09:26 +0000 |
commit | 38c5bd91c683e4ff760cbc251bfcc90fa3803c72 (patch) | |
tree | 59763a8fda18e7c8b2114080dab199dc0f44dfb0 /sys/arch/hp300/include | |
parent | 89483ece8b8172cefc97a57cb404b8b0c506ade0 (diff) |
Kill enablertclock.
Diffstat (limited to 'sys/arch/hp300/include')
-rw-r--r-- | sys/arch/hp300/include/cpu.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/hp300/include/cpu.h b/sys/arch/hp300/include/cpu.h index e27971886ed..b0b4c88636b 100644 --- a/sys/arch/hp300/include/cpu.h +++ b/sys/arch/hp300/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.28 2005/11/17 23:56:46 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.29 2006/01/02 18:09:23 miod Exp $ */ /* $NetBSD: cpu.h,v 1.28 1998/02/13 07:41:51 scottr Exp $ */ /* @@ -183,9 +183,6 @@ void dumpconf(void); void physaccess(caddr_t, caddr_t, int, int); void physunaccess(caddr_t, int); -/* what is this supposed to do? i.e. how is it different than startrtclock? */ -#define enablertclock() - #endif /* _KERNEL */ /* physical memory sections */ |