Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/mac68k Include zsc.h so that SCC soft interr...



details:   https://anonhg.NetBSD.org/src/rev/94b6e8328b00
branches:  trunk
changeset: 471623:94b6e8328b00
user:      scottr <scottr%NetBSD.org@localhost>
date:      Tue Apr 06 05:55:06 1999 +0000

description:
Include zsc.h so that SCC soft interrupts have a chance.  Fixes PR 7313.

diffstat:

 sys/arch/mac68k/mac68k/trap.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 16d7d7d73e76 -r 94b6e8328b00 sys/arch/mac68k/mac68k/trap.c
--- a/sys/arch/mac68k/mac68k/trap.c     Tue Apr 06 05:30:33 1999 +0000
+++ b/sys/arch/mac68k/mac68k/trap.c     Tue Apr 06 05:55:06 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.72 1999/03/27 05:21:20 briggs Exp $ */
+/*     $NetBSD: trap.c,v 1.73 1999/04/06 05:55:06 scottr Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -82,6 +82,8 @@
 
 #include <uvm/uvm_extern.h>
 
+#include "zsc.h"
+
 #ifdef COMPAT_SUNOS
 #include <compat/sunos/sunos_syscall.h>
 extern struct emul emul_sunos;



Home | Main Index | Thread Index | Old Index