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/mvme68k/mvme68k Pullup from trunk: 1.19 and 1.20
details: https://anonhg.NetBSD.org/src/rev/cb671e029029
branches: netbsd-1-5
changeset: 488659:cb671e029029
user: scw <scw%NetBSD.org@localhost>
date: Sat Jul 22 15:51:42 2000 +0000
description:
Pullup from trunk: 1.19 and 1.20
Approved by: thorpej
Implement generic soft interrupts for mvme68k.
diffstat:
sys/arch/mvme68k/mvme68k/isr.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 80a47ab1c6fe -r cb671e029029 sys/arch/mvme68k/mvme68k/isr.c
--- a/sys/arch/mvme68k/mvme68k/isr.c Sat Jul 22 15:51:12 2000 +0000
+++ b/sys/arch/mvme68k/mvme68k/isr.c Sat Jul 22 15:51:42 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isr.c,v 1.16 2000/03/18 22:33:06 scw Exp $ */
+/* $NetBSD: isr.c,v 1.16.4.1 2000/07/22 15:51:42 scw Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -76,6 +76,9 @@
{
int i;
+ /* No soft interrupts pending */
+ ssir = 1;
+
/* Initialize the autovector lists. */
for (i = 0; i < NISRAUTOVEC; ++i) {
LIST_INIT(&isr_autovec[i]);
Home |
Main Index |
Thread Index |
Old Index