Fix typo(s/interupt/interrupt/)

This commit is contained in:
msaitoh 2009-03-05 01:38:12 +00:00
parent 1c655cd541
commit f9ccf64b65
7 changed files with 18 additions and 18 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: spl.9,v 1.32 2008/02/13 16:00:18 skrll Exp $
.\" $NetBSD: spl.9,v 1.33 2009/03/05 01:38:12 msaitoh Exp $
.\"
.\" Copyright (c) 2000, 2001 Jason R. Thorpe. All rights reserved.
.\" Copyright (c) 1997 Michael Long.
@ -92,7 +92,7 @@ scheduled by the higher-level interrupt handler.
Software interrupts are further described by
.Xr softint 9 .
.Pp
Note that hard interupt handlers do not possess process (thread) context
Note that hard interrupt handlers do not possess process (thread) context
and so it is not valid to use kernel facilities that may attempt to sleep
from a hardware interrupt.
For example, it is not possible to acquire a reader/writer lock from

View File

@ -1,4 +1,4 @@
/* $NetBSD: mcclock.c,v 1.14 2008/02/03 07:31:21 tsutsui Exp $ */
/* $NetBSD: mcclock.c,v 1.15 2009/03/05 01:38:12 msaitoh Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@ -29,7 +29,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: mcclock.c,v 1.14 2008/02/03 07:31:21 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: mcclock.c,v 1.15 2009/03/05 01:38:12 msaitoh Exp $");
#include "opt_clock_compat_osf1.h"
@ -107,7 +107,7 @@ mcclock_set_pcc_freq(struct mc146818_softc *sc)
/* clear interrupt flags */
(void)(*sc->sc_mcread)(sc, MC_REGC);
/* wait till the periodic interupt flag is set */
/* wait till the periodic interrupt flag is set */
while (((*sc->sc_mcread)(sc, MC_REGC) & MC_REGC_PF) == 0)
;
pcc_start = cpu_counter32();

View File

@ -1,4 +1,4 @@
/* $NetBSD: ixp425_qmgr.c,v 1.4 2007/10/17 19:53:44 garbled Exp $ */
/* $NetBSD: ixp425_qmgr.c,v 1.5 2009/03/05 01:38:12 msaitoh Exp $ */
/*-
* Copyright (c) 2006 Sam Leffler, Errno Consulting
@ -60,7 +60,7 @@
*/
#include <sys/cdefs.h>
/*__FBSDID("$FreeBSD: src/sys/arm/xscale/ixp425/ixp425_qmgr.c,v 1.1 2006/11/19 23:55:23 sam Exp $");*/
__KERNEL_RCSID(0, "$NetBSD: ixp425_qmgr.c,v 1.4 2007/10/17 19:53:44 garbled Exp $");
__KERNEL_RCSID(0, "$NetBSD: ixp425_qmgr.c,v 1.5 2009/03/05 01:38:12 msaitoh Exp $");
/*
* Intel XScale Queue Manager support.
@ -386,7 +386,7 @@ ixpqmgr_qconfig(int qId, int qEntries, int ne, int nf, int srcSel,
*/
sc->aqmFreeSramAddress += (qi->qSizeInWords * sizeof(uint32_t));
/* Set the interupt source if this queue is in the range 0-31 */
/* Set the interrupt source if this queue is in the range 0-31 */
if (qId < IX_QMGR_MIN_QUEUPP_QID)
aqm_srcsel_write(sc, qId, srcSel);

View File

@ -1,4 +1,4 @@
/* $NetBSD: pi1ppcreg.h,v 1.1 2005/12/28 08:31:09 kurahone Exp $ */
/* $NetBSD: pi1ppcreg.h,v 1.2 2009/03/05 01:38:12 msaitoh Exp $ */
/*-
* Copyright (c) 2001 Alcove - Nicolas Souchu
@ -77,7 +77,7 @@
#define PI1_PLP_FAULT_INTR 0x40
#define PI1_PLP_SELECT_INTR 0x20
/* this interupt is only asserted on rising edge */
/* this interrupt is only asserted on rising edge */
#define PI1_PLP_ACK_INTR 0x04
#endif /* __PI1PPCREG_H */

View File

@ -1,4 +1,4 @@
/* $NetBSD: intvec.S,v 1.16 2008/02/23 05:48:14 matt Exp $ */
/* $NetBSD: intvec.S,v 1.17 2009/03/05 01:38:12 msaitoh Exp $ */
/*
* Copyright (c) 1994, 1997 Ludd, University of Lule}, Sweden.
@ -128,7 +128,7 @@ _C_LABEL(rpb):
NOVEC; # Unused, 94
NOVEC; # Unused, 98
NOVEC; # Unused, 9C
INTVEC(softclock, KSTACK); # Software clock interupt, A0 (IPL 08)
INTVEC(softclock, KSTACK); # Software clock interrupt, A0 (IPL 08)
NOVEC; # Unused, A4 (IPL 09)
NOVEC; # Unused, A8 (IPL 10)
INTVEC(softbio, KSTACK); # Software bio interrupt, AC (IPL 11)

View File

@ -1,4 +1,4 @@
/* $NetBSD: auixp.c,v 1.28 2008/04/10 19:13:36 cegger Exp $ */
/* $NetBSD: auixp.c,v 1.29 2009/03/05 01:38:12 msaitoh Exp $ */
/*
* Copyright (c) 2004, 2005 Reinoud Zandijk <reinoud@netbsd.org>
@ -50,7 +50,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: auixp.c,v 1.28 2008/04/10 19:13:36 cegger Exp $");
__KERNEL_RCSID(0, "$NetBSD: auixp.c,v 1.29 2009/03/05 01:38:12 msaitoh Exp $");
#include <sys/types.h>
#include <sys/errno.h>
@ -948,7 +948,7 @@ auixp_intr(void *softc)
detected_codecs = status & CODEC_CHECK_BITS;
sc->sc_codec_not_ready_bits |= detected_codecs;
/* disable detected interupt sources */
/* disable detected interrupt sources */
enable = bus_space_read_4(iot, ioh, ATI_REG_IER);
enable &= ~detected_codecs;
bus_space_write_4(iot, ioh, ATI_REG_IER, enable);

View File

@ -1,4 +1,4 @@
/* $NetBSD: pccbb.c,v 1.183 2009/02/13 22:39:37 bouyer Exp $ */
/* $NetBSD: pccbb.c,v 1.184 2009/03/05 01:38:12 msaitoh Exp $ */
/*
* Copyright (c) 1998, 1999 and 2000
@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pccbb.c,v 1.183 2009/02/13 22:39:37 bouyer Exp $");
__KERNEL_RCSID(0, "$NetBSD: pccbb.c,v 1.184 2009/03/05 01:38:12 msaitoh Exp $");
/*
#define CBB_DEBUG
@ -946,7 +946,7 @@ pccbb_intrinit(struct pccbb_softc *sc)
/*
* XXX pccbbintr should be called under the priority lower
* than any other hard interupts.
* than any other hard interrupts.
*/
KASSERT(sc->sc_ih == NULL);
sc->sc_ih = pci_intr_establish(pc, ih, IPL_BIO, pccbbintr, sc);