Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/newsmips/include Add zs softint definition. (I for...



details:   https://anonhg.NetBSD.org/src/rev/6930a25fa666
branches:  trunk
changeset: 480047:6930a25fa666
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Fri Dec 31 08:15:48 1999 +0000

description:
Add zs softint definition.  (I forgot to commit this...)

diffstat:

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

diffs (19 lines):

diff -r 434b19008af7 -r 6930a25fa666 sys/arch/newsmips/include/intr.h
--- a/sys/arch/newsmips/include/intr.h  Fri Dec 31 08:01:26 1999 +0000
+++ b/sys/arch/newsmips/include/intr.h  Fri Dec 31 08:15:48 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.5 1999/12/22 05:55:26 tsubai Exp $  */
+/*     $NetBSD: intr.h,v 1.6 1999/12/31 08:15:48 tsubai Exp $  */
 
 /*
  * Copyright (c) 1998 Jonathan Stone.  All rights reserved.
@@ -113,7 +113,8 @@
 
 /* handle software interrupts */
 extern void (*mips_software_intr) __P((int));
-extern void news3400_softintr __P((int));
+
+#define SOFTISR_ZS     0x01
 
 extern void (*enable_intr) __P((void));
 extern void (*disable_intr) __P((void));



Home | Main Index | Thread Index | Old Index