hp300 does not have to support `double avenrun' for COMPAT_43
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 10 May 1990 02:01:40 +0000 (18:01 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 10 May 1990 02:01:40 +0000 (18:01 -0800)
SCCS-vsn: sys/sys/kernel.h 7.3

usr/src/sys/sys/kernel.h

index ad744f7..f87fcbb 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)kernel.h    7.2 (Berkeley) %G%
+ *     @(#)kernel.h    7.3 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -28,7 +28,7 @@ int   lbolt;                          /* awoken once a second */
 int    realitexpire();
 
 fixpt_t        averunnable[3];
 int    realitexpire();
 
 fixpt_t        averunnable[3];
-#ifdef COMPAT_43
+#if defined(COMPAT_43) && (defined(vax) || defined(tahoe))
 double avenrun[3];
 #endif /* COMPAT_43 */
 
 double avenrun[3];
 #endif /* COMPAT_43 */