Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/atari/include Pullup 1.28 [leo]:



details:   https://anonhg.NetBSD.org/src/rev/0df6c6b5a737
branches:  netbsd-1-5
changeset: 490084:0df6c6b5a737
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Nov 01 22:32:50 2000 +0000

description:
Pullup 1.28 [leo]:
Do not pull-in machine/intr.h when _KERNEL is not defined. This fixes
compilation problems in the regression tests.

diffstat:

 sys/arch/atari/include/param.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r c160d51975bf -r 0df6c6b5a737 sys/arch/atari/include/param.h
--- a/sys/arch/atari/include/param.h    Wed Nov 01 22:29:14 2000 +0000
+++ b/sys/arch/atari/include/param.h    Wed Nov 01 22:32:50 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.27 2000/02/11 19:25:14 thorpej Exp $       */
+/*     $NetBSD: param.h,v 1.27.4.1 2000/11/01 22:32:50 tv Exp $        */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -74,9 +74,10 @@
 #define        NKMEMPAGES_MIN_DEFAULT  ((3 * 1024 * 1024) >> PAGE_SHIFT)
 #define        NKMEMPAGES_MAX_DEFAULT  ((3 * 1024 * 1024) >> PAGE_SHIFT)
 
+#ifdef _KERNEL
+
 #include <machine/intr.h>
 
-#ifdef _KERNEL
 void delay __P((int));
 
 #define        DELAY(n)        delay(n)



Home | Main Index | Thread Index | Old Index