From 82a018ba6ff0e9c0e8f144d8fdcca885e95fa368 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Wed, 19 Apr 2006 19:54:22 +0000 Subject: Count spurious interrupt as part of the alarming interrupt issues as well. --- sys/arch/mvme88k/mvme88k/m188_machdep.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch') diff --git a/sys/arch/mvme88k/mvme88k/m188_machdep.c b/sys/arch/mvme88k/mvme88k/m188_machdep.c index 676993688d7..736668cb7cc 100644 --- a/sys/arch/mvme88k/mvme88k/m188_machdep.c +++ b/sys/arch/mvme88k/mvme88k/m188_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: m188_machdep.c,v 1.16 2006/04/19 19:41:26 miod Exp $ */ +/* $OpenBSD: m188_machdep.c,v 1.17 2006/04/19 19:54:21 miod Exp $ */ /* * Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -441,6 +441,7 @@ m188_ext_int(u_int v, struct trapframe *eframe) printf("%s: spurious interrupt, " "level %d, vec 0x%x, mask 0x%b\n", __func__, level, vec, cur_mask, IST_STRING); + ign_mask |= 1 << intbit; } else { /* * Walk through all interrupt handlers in the chain -- cgit v1.2.3