make include <machine/cpu.h> anytime
authorAkito Fujita <akito@ucbvax.Berkeley.EDU>
Thu, 13 May 1993 09:36:58 +0000 (01:36 -0800)
committerAkito Fujita <akito@ucbvax.Berkeley.EDU>
Thu, 13 May 1993 09:36:58 +0000 (01:36 -0800)
SCCS-vsn: sys/luna68k/luna68k/clock.c 7.10

usr/src/sys/luna68k/luna68k/clock.c

index 1e47ad1..7ebfaea 100644 (file)
  * from: Utah $Hdr: clock.c 1.18 91/01/21$
  * from: hp300/hp300/clock.c   7.19 (Berkeley) 2/18/93
  *
  * from: Utah $Hdr: clock.c 1.18 91/01/21$
  * from: hp300/hp300/clock.c   7.19 (Berkeley) 2/18/93
  *
- *     @(#)clock.c     7.9 (Berkeley) %G%
+ *     @(#)clock.c     7.10 (Berkeley) %G%
  */
 
 #include <sys/param.h>
 #include <sys/kernel.h>
 
  */
 
 #include <sys/param.h>
 #include <sys/kernel.h>
 
-#include <luna68k/luna68k/clockreg.h>
-
-#ifdef LUNA2
 #include <machine/cpu.h>
 #include <machine/cpu.h>
-#endif
+#include <luna68k/luna68k/clockreg.h>
 
 extern int clock_on;
 
 
 extern int clock_on;