Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/vax #define __HAVE_GENERIC_SOFT_INTERRUPTS for ...



details:   https://anonhg.NetBSD.org/src/rev/827b57bfc6fd
branches:  trunk
changeset: 515085:827b57bfc6fd
user:      ragge <ragge%NetBSD.org@localhost>
date:      Sun Sep 16 12:51:03 2001 +0000

description:
#define __HAVE_GENERIC_SOFT_INTERRUPTS for netisr_dispatch.h. This is
already defined in machine/types.h, but that file cannot be included
in an assembly file.

diffstat:

 sys/arch/vax/vax/intvec.s |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8bc6c372f0f8 -r 827b57bfc6fd sys/arch/vax/vax/intvec.s
--- a/sys/arch/vax/vax/intvec.s Sun Sep 16 12:20:33 2001 +0000
+++ b/sys/arch/vax/vax/intvec.s Sun Sep 16 12:51:03 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intvec.s,v 1.62 2001/06/12 13:20:29 ragge Exp $   */
+/*     $NetBSD: intvec.s,v 1.63 2001/09/16 12:51:03 ragge Exp $   */
 
 /*
  * Copyright (c) 1994, 1997 Ludd, University of Lule}, Sweden.
@@ -35,6 +35,8 @@
 #include <sys/cdefs.h>
 #include <net/netisr.h>
 
+#define        __HAVE_GENERIC_SOFT_INTERRUPTS  /* XXX - cannot include types.h! */
+
 #include "opt_ddb.h"
 #include "opt_cputype.h"
 #include "opt_emulate.h"



Home | Main Index | Thread Index | Old Index