From 38c5bd91c683e4ff760cbc251bfcc90fa3803c72 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Mon, 2 Jan 2006 18:09:26 +0000 Subject: Kill enablertclock. --- sys/arch/hp300/include/cpu.h | 5 +---- sys/arch/mips64/include/cpu.h | 7 +------ sys/arch/vax/include/cpu.h | 3 +-- 3 files changed, 3 insertions(+), 12 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 */ diff --git a/sys/arch/mips64/include/cpu.h b/sys/arch/mips64/include/cpu.h index 66204497811..41e951eeb6e 100644 --- a/sys/arch/mips64/include/cpu.h +++ b/sys/arch/mips64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.11 2005/08/07 07:29:44 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.12 2006/01/02 18:09:25 miod Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -482,11 +482,6 @@ void MipsSaveCurFPState16(struct proc *); extern u_int32_t cpu_counter_interval; /* Number of counter ticks/tick */ extern u_int32_t cpu_counter_last; /* Last compare value loaded */ -/* - * Enable realtime clock (always enabled). - */ -#define enablertclock() - /* * Low level access routines to CPU registers */ diff --git a/sys/arch/vax/include/cpu.h b/sys/arch/vax/include/cpu.h index 6a536162973..f0d7fdec67a 100644 --- a/sys/arch/vax/include/cpu.h +++ b/sys/arch/vax/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.17 2004/07/07 23:10:45 deraadt Exp $ */ +/* $OpenBSD: cpu.h,v 1.18 2006/01/02 18:09:25 miod Exp $ */ /* $NetBSD: cpu.h,v 1.41 1999/10/21 20:01:36 ragge Exp $ */ /* @@ -45,7 +45,6 @@ #include #include -#define enablertclock() #define cpu_wait(p) #define cpu_swapout(p) #define cpu_number() 0 -- cgit v1.2.3