Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/arch/x68k/include pullup 1.17->1.18 (minoura): Use ...



details:   https://anonhg.NetBSD.org/src/rev/4dbf533d7234
branches:  netbsd-1-4
changeset: 468953:4dbf533d7234
user:      perry <perry%NetBSD.org@localhost>
date:      Thu Jun 24 15:53:53 1999 +0000

description:
pullup 1.17->1.18 (minoura): Use mvme68k-derived delay() routine

diffstat:

 sys/arch/x68k/include/cpu.h |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r 0c8eab2cf030 -r 4dbf533d7234 sys/arch/x68k/include/cpu.h
--- a/sys/arch/x68k/include/cpu.h       Thu Jun 24 15:49:19 1999 +0000
+++ b/sys/arch/x68k/include/cpu.h       Thu Jun 24 15:53:53 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.17 1999/03/24 14:07:39 minoura Exp $ */
+/*     $NetBSD: cpu.h,v 1.17.2.1 1999/06/24 15:53:53 perry Exp $       */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -130,13 +130,6 @@
  * although some of it could probably be put into generic 68k headers.
  */
 
-/* values for cpuspeed (not really related to clock speed due to caches) */
-#define        MHZ_8           1
-#define        MHZ_16          2
-#define        MHZ_25          3
-#define        MHZ_33          4
-#define        MHZ_50          6
-
 #ifdef _KERNEL
 extern int machineid;
 extern char *intiolimit;



Home | Main Index | Thread Index | Old Index