summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/include
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-01-02 18:09:26 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-01-02 18:09:26 +0000
commit38c5bd91c683e4ff760cbc251bfcc90fa3803c72 (patch)
tree59763a8fda18e7c8b2114080dab199dc0f44dfb0 /sys/arch/mips64/include
parent89483ece8b8172cefc97a57cb404b8b0c506ade0 (diff)
Kill enablertclock.
Diffstat (limited to 'sys/arch/mips64/include')
-rw-r--r--sys/arch/mips64/include/cpu.h7
1 files changed, 1 insertions, 6 deletions
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
@@ -483,11 +483,6 @@ 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
*/