s/heirarchy/hierarchy/, from Zafer.

This commit is contained in:
wiz 2006-11-24 21:20:05 +00:00
parent 4b19648772
commit d6a98601a8
13 changed files with 37 additions and 37 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ep93xx_intr.c,v 1.7 2005/12/24 20:06:52 perry Exp $ */
/* $NetBSD: ep93xx_intr.c,v 1.8 2006/11/24 21:20:05 wiz Exp $ */
/*
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ep93xx_intr.c,v 1.7 2005/12/24 20:06:52 perry Exp $");
__KERNEL_RCSID(0, "$NetBSD: ep93xx_intr.c,v 1.8 2006/11/24 21:20:05 wiz Exp $");
/*
* Interrupt support for the Cirrus Logic EP93XX
@ -212,7 +212,7 @@ ep93xx_intr_calculate_masks(void)
vic2_imask[IPL_SOFTNET] |= vic2_imask[IPL_SOFTCLOCK];
/*
* Enforce a heirarchy that gives "slow" device (or devices with
* Enforce a hierarchy that gives "slow" device (or devices with
* limited input buffer space/"real-time" requirements) a better
* chance at not dropping data.
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: footbridge_irqhandler.c,v 1.15 2006/05/17 05:15:26 mrg Exp $ */
/* $NetBSD: footbridge_irqhandler.c,v 1.16 2006/11/24 21:20:05 wiz Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -40,7 +40,7 @@
#endif
#include <sys/cdefs.h>
__KERNEL_RCSID(0,"$NetBSD: footbridge_irqhandler.c,v 1.15 2006/05/17 05:15:26 mrg Exp $");
__KERNEL_RCSID(0,"$NetBSD: footbridge_irqhandler.c,v 1.16 2006/11/24 21:20:05 wiz Exp $");
#include "opt_irqstats.h"
@ -175,7 +175,7 @@ footbridge_intr_calculate_masks(void)
footbridge_imask[IPL_SOFTNET] |= footbridge_imask[IPL_SOFTCLOCK];
/*
* Enforce a heirarchy that gives "slow" device (or devices with
* Enforce a hierarchy that gives "slow" device (or devices with
* limited input buffer space/"real-time" requirements) a better
* chance at not dropping data.
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: ixp12x0_intr.c,v 1.14 2005/12/24 20:06:52 perry Exp $ */
/* $NetBSD: ixp12x0_intr.c,v 1.15 2006/11/24 21:20:05 wiz Exp $ */
/*
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ixp12x0_intr.c,v 1.14 2005/12/24 20:06:52 perry Exp $");
__KERNEL_RCSID(0, "$NetBSD: ixp12x0_intr.c,v 1.15 2006/11/24 21:20:05 wiz Exp $");
/*
* Interrupt support for the Intel ixp12x0
@ -267,7 +267,7 @@ ixp12x0_intr_calculate_masks(void)
pci_imask[IPL_SOFTNET] |= pci_imask[IPL_SOFTCLOCK];
/*
* Enforce a heirarchy that gives "slow" device (or devices with
* Enforce a hierarchy that gives "slow" device (or devices with
* limited input buffer space/"real-time" requirements) a better
* chance at not dropping data.
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: s3c2xx0_intr.c,v 1.10 2005/12/24 20:06:52 perry Exp $ */
/* $NetBSD: s3c2xx0_intr.c,v 1.11 2006/11/24 21:20:05 wiz Exp $ */
/*
* Copyright (c) 2002, 2003 Fujitsu Component Limited
@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: s3c2xx0_intr.c,v 1.10 2005/12/24 20:06:52 perry Exp $");
__KERNEL_RCSID(0, "$NetBSD: s3c2xx0_intr.c,v 1.11 2006/11/24 21:20:05 wiz Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -115,7 +115,7 @@ s3c2xx0_update_intr_masks(int irqno, int level)
* level */
/*
* Enforce a heirarchy that gives "slow" device (or devices with
* Enforce a hierarchy that gives "slow" device (or devices with
* limited input buffer space/"real-time" requirements) a better
* chance at not dropping data.
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: becc_icu.c,v 1.6 2005/12/24 20:06:52 perry Exp $ */
/* $NetBSD: becc_icu.c,v 1.7 2006/11/24 21:20:05 wiz Exp $ */
/*
* Copyright (c) 2002 Wasabi Systems, Inc.
@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: becc_icu.c,v 1.6 2005/12/24 20:06:52 perry Exp $");
__KERNEL_RCSID(0, "$NetBSD: becc_icu.c,v 1.7 2006/11/24 21:20:05 wiz Exp $");
#ifndef EVBARM_SPL_NOINLINE
#define EVBARM_SPL_NOINLINE
@ -219,7 +219,7 @@ becc_intr_calculate_masks(void)
becc_imask[IPL_SOFTNET] |= becc_imask[IPL_SOFTCLOCK];
/*
* Enforce a heirarchy that gives "slow" device (or devices with
* Enforce a hierarchy that gives "slow" device (or devices with
* limited input buffer space/"real-time" requirements) a better
* chance at not dropping data.
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: i80321_icu.c,v 1.13 2006/11/08 23:45:41 scw Exp $ */
/* $NetBSD: i80321_icu.c,v 1.14 2006/11/24 21:20:05 wiz Exp $ */
/*
* Copyright (c) 2001, 2002, 2006 Wasabi Systems, Inc.
@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: i80321_icu.c,v 1.13 2006/11/08 23:45:41 scw Exp $");
__KERNEL_RCSID(0, "$NetBSD: i80321_icu.c,v 1.14 2006/11/24 21:20:05 wiz Exp $");
#ifndef EVBARM_SPL_NOINLINE
#define EVBARM_SPL_NOINLINE
@ -239,7 +239,7 @@ i80321_intr_calculate_masks(void)
i80321_imask[IPL_SOFTNET] |= i80321_imask[IPL_SOFTCLOCK];
/*
* Enforce a heirarchy that gives "slow" device (or devices with
* Enforce a hierarchy that gives "slow" device (or devices with
* limited input buffer space/"real-time" requirements) a better
* chance at not dropping data.
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: ixp425_intr.c,v 1.14 2006/05/17 05:15:26 mrg Exp $ */
/* $NetBSD: ixp425_intr.c,v 1.15 2006/11/24 21:20:05 wiz Exp $ */
/*
* Copyright (c) 2003
@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ixp425_intr.c,v 1.14 2006/05/17 05:15:26 mrg Exp $");
__KERNEL_RCSID(0, "$NetBSD: ixp425_intr.c,v 1.15 2006/11/24 21:20:05 wiz Exp $");
#ifndef EVBARM_SPL_NOINLINE
#define EVBARM_SPL_NOINLINE
@ -249,7 +249,7 @@ ixp425_intr_calculate_masks(void)
ixp425_imask[IPL_SOFTNET] |= ixp425_imask[IPL_SOFTCLOCK];
/*
* Enforce a heirarchy that gives "slow" device (or devices with
* Enforce a hierarchy that gives "slow" device (or devices with
* limited input buffer space/"real-time" requirements) a better
* chance at not dropping data.
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: pxa2x0_intr.c,v 1.9 2006/04/10 03:36:03 simonb Exp $ */
/* $NetBSD: pxa2x0_intr.c,v 1.10 2006/11/24 21:20:05 wiz Exp $ */
/*
* Copyright (c) 2002 Genetec Corporation. All rights reserved.
@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pxa2x0_intr.c,v 1.9 2006/04/10 03:36:03 simonb Exp $");
__KERNEL_RCSID(0, "$NetBSD: pxa2x0_intr.c,v 1.10 2006/11/24 21:20:05 wiz Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -250,7 +250,7 @@ pxa2x0_update_intr_masks(int irqno, int level)
pxa2x0_imask[i] &= ~mask; /* Disable itnerrupt at upper level */
/*
* Enforce a heirarchy that gives "slow" device (or devices with
* Enforce a hierarchy that gives "slow" device (or devices with
* limited input buffer space/"real-time" requirements) a better
* chance at not dropping data.
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: ifpga_intr.c,v 1.4 2006/05/17 05:15:26 mrg Exp $ */
/* $NetBSD: ifpga_intr.c,v 1.5 2006/11/24 21:20:05 wiz Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -220,7 +220,7 @@ ifpga_intr_calculate_masks(void)
ifpga_imask[IPL_SOFTNET] |= ifpga_imask[IPL_SOFTCLOCK];
/*
* Enforce a heirarchy that gives "slow" device (or devices with
* Enforce a hierarchy that gives "slow" device (or devices with
* limited input buffer space/"real-time" requirements) a better
* chance at not dropping data.
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: iq80310_intr.c,v 1.23 2005/12/24 20:06:59 perry Exp $ */
/* $NetBSD: iq80310_intr.c,v 1.24 2006/11/24 21:20:05 wiz Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: iq80310_intr.c,v 1.23 2005/12/24 20:06:59 perry Exp $");
__KERNEL_RCSID(0, "$NetBSD: iq80310_intr.c,v 1.24 2006/11/24 21:20:05 wiz Exp $");
#ifndef EVBARM_SPL_NOINLINE
#define EVBARM_SPL_NOINLINE
@ -197,7 +197,7 @@ iq80310_intr_calculate_masks(void)
iq80310_imask[IPL_SOFTNET] |= iq80310_imask[IPL_SOFTCLOCK];
/*
* Enforce a heirarchy that gives "slow" device (or devices with
* Enforce a hierarchy that gives "slow" device (or devices with
* limited input buffer space/"real-time" requirements) a better
* chance at not dropping data.
*/

View File

@ -1,9 +1,9 @@
/* $NetBSD: decode.c,v 1.1 2006/04/07 14:21:37 cherry Exp $ */
/* $NetBSD: decode.c,v 1.2 2006/11/24 21:20:05 wiz Exp $ */
/* Contributed to the NetBSD foundation by Cherry G. Mathew
* This file contains routines to decode unwind descriptors into
* easily an readable data structure ( unwind_desc )
* This is the lowest layer of the unwind stack heirarchy.
* This is the lowest layer of the unwind stack hierarchy.
*/
#include <sys/cdefs.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: firepower_intr.c,v 1.8 2005/12/24 20:07:24 perry Exp $ */
/* $NetBSD: firepower_intr.c,v 1.9 2006/11/24 21:20:05 wiz Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: firepower_intr.c,v 1.8 2005/12/24 20:07:24 perry Exp $");
__KERNEL_RCSID(0, "$NetBSD: firepower_intr.c,v 1.9 2006/11/24 21:20:05 wiz Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -234,7 +234,7 @@ firepower_intr_calculate_masks(void)
imask[IPL_SOFTNET] |= imask[IPL_SOFTCLOCK];
/*
* Enfore a heirarchy that gives "slow" devices (or devices with
* Enfore a hierarchy that gives "slow" devices (or devices with
* limited input buffer space/"real-time" requirements) a better
* chance at not dropping data.
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: ofwgen_intr.c,v 1.9 2005/12/24 20:07:24 perry Exp $ */
/* $NetBSD: ofwgen_intr.c,v 1.10 2006/11/24 21:20:05 wiz Exp $ */
/*
* Copyright (C) 1997 Wolfgang Solfrank.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ofwgen_intr.c,v 1.9 2005/12/24 20:07:24 perry Exp $");
__KERNEL_RCSID(0, "$NetBSD: ofwgen_intr.c,v 1.10 2006/11/24 21:20:05 wiz Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -121,7 +121,7 @@ ofwgen_intr_calculate_masks(void)
imask[IPL_SOFTNET] |= imask[IPL_SOFTCLOCK];
/*
* Enfore a heirarchy that gives "slow" devices (or devices with
* Enfore a hierarchy that gives "slow" devices (or devices with
* limited input buffer space/"real-time" requirements) a better
* chance at not dropping data.
*/