Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys interrupt has two 'r's
details: https://anonhg.NetBSD.org/src/rev/96ce61c5439f
branches: trunk
changeset: 433476:96ce61c5439f
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Sep 16 09:25:46 2018 +0000
description:
interrupt has two 'r's
fix another typo while I'm here (flsah)
diffstat:
sys/arch/arm/broadcom/bcm53xx_reg.h | 2 +-
sys/arch/arm/imx/imx6_ccmreg.h | 4 ++--
sys/arch/arm/omap/omap4430_intr.h | 4 ++--
sys/arch/arm/omap/omap5430_intr.h | 8 ++++----
sys/arch/arm/zynq/zynq7000_board.c | 6 +++---
sys/arch/mips/include/cpu.h | 8 ++++----
sys/arch/mips/rmi/rmixl_iobus.c | 6 +++---
sys/arch/powerpc/booke/e500_intr.c | 6 +++---
sys/arch/powerpc/powerpc/powerpc_machdep.c | 6 +++---
sys/arch/usermode/usermode/pmap.c | 6 +++---
sys/dev/pci/if_lmc.h | 6 +++---
sys/dev/usb/ehci.c | 6 +++---
sys/netinet/sctp_output.c | 6 +++---
13 files changed, 37 insertions(+), 37 deletions(-)
diffs (truncated from 318 to 300 lines):
diff -r 7f8f0caec8ef -r 96ce61c5439f sys/arch/arm/broadcom/bcm53xx_reg.h
--- a/sys/arch/arm/broadcom/bcm53xx_reg.h Sun Sep 16 09:15:12 2018 +0000
+++ b/sys/arch/arm/broadcom/bcm53xx_reg.h Sun Sep 16 09:25:46 2018 +0000
@@ -727,7 +727,7 @@
};
#define TXDB_FLAG_SF __BIT(31) // Start oF Frame
#define TXDB_FLAG_EF __BIT(30) // End oF Frame
-#define TXDB_FLAG_IC __BIT(29) // Interupt on Completetion
+#define TXDB_FLAG_IC __BIT(29) // Interrupt on Completetion
#define TXDB_FLAG_ET __BIT(28) // End Of Table
struct gmac_rxdb {
diff -r 7f8f0caec8ef -r 96ce61c5439f sys/arch/arm/imx/imx6_ccmreg.h
--- a/sys/arch/arm/imx/imx6_ccmreg.h Sun Sep 16 09:15:12 2018 +0000
+++ b/sys/arch/arm/imx/imx6_ccmreg.h Sun Sep 16 09:25:46 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: imx6_ccmreg.h,v 1.8 2018/06/20 07:05:37 hkenken Exp $ */
+/* $NetBSD: imx6_ccmreg.h,v 1.9 2018/09/16 09:25:46 skrll Exp $ */
/*
* Copyright (c) 2014 Ryo Shimizu <ryo%nerv.org@localhost>
@@ -32,7 +32,7 @@
#include <sys/cdefs.h>
/*
- * PERIPHCLK_N is an arm root clock divider for MPcore interupt controller.
+ * PERIPHCLK_N is an arm root clock divider for MPcore interrupt controller.
* PERIPHCLK_N is equal to, or greater than two.
* see "Cortex-A9 MPCore Technical Reference Manual" -
* Chapter 5: Clocks, Resets, and Power Management, 5.1: Clocks.
diff -r 7f8f0caec8ef -r 96ce61c5439f sys/arch/arm/omap/omap4430_intr.h
--- a/sys/arch/arm/omap/omap4430_intr.h Sun Sep 16 09:15:12 2018 +0000
+++ b/sys/arch/arm/omap/omap4430_intr.h Sun Sep 16 09:25:46 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: omap4430_intr.h,v 1.3 2015/04/09 21:33:54 matt Exp $ */
+/* $NetBSD: omap4430_intr.h,v 1.4 2018/09/16 09:25:46 skrll Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -144,7 +144,7 @@
#define IRQ_EMIF2 (32+111) // EMIF2 interrupt
#define IRQ_MCPDM (32+112) // MCPDM interrupt
#define IRQ_DMM (32+113) // DMM interrupt
-#define IRQ_DMIC (32+114) // DMIC interupt
+#define IRQ_DMIC (32+114) // DMIC interrupt
#define IRQ_SYS_NIRQ2 (32+119) // External interrupt 2 (active low)
#define IRQ_KBD_CTL (32+120) // Keyboard controller interrupt
diff -r 7f8f0caec8ef -r 96ce61c5439f sys/arch/arm/omap/omap5430_intr.h
--- a/sys/arch/arm/omap/omap5430_intr.h Sun Sep 16 09:15:12 2018 +0000
+++ b/sys/arch/arm/omap/omap5430_intr.h Sun Sep 16 09:25:46 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: omap5430_intr.h,v 1.3 2015/04/09 21:33:54 matt Exp $ */
+/* $NetBSD: omap5430_intr.h,v 1.4 2018/09/16 09:25:46 skrll Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -141,11 +141,11 @@
#define IRQ_EMIF2 IRQ_SPI(111) // EMIF2 interrupt
#define IRQ_MCPDM IRQ_SPI(112) // MCPDM interrupt
#define IRQ_DMM IRQ_SPI(113) // DMM interrupt
-#define IRQ_DMIC IRQ_SPI(114) // DMIC interupt
+#define IRQ_DMIC IRQ_SPI(114) // DMIC interrupt
#define IRQ_SYS_NIRQ2 IRQ_SPI(119) // External interrupt 2 (active low)
#define IRQ_KBD_CTL IRQ_SPI(120) // Keyboard controller interrupt
-#define IRQ_GPIO8 IRQ_SPI(121) // GPIO8 interupt
-#define IRQ_BB2D IRQ_SPI(125) // BB2D interupt
+#define IRQ_GPIO8 IRQ_SPI(121) // GPIO8 interrupt
+#define IRQ_BB2D IRQ_SPI(125) // BB2D interrupt
#endif /* _LOCORE */
diff -r 7f8f0caec8ef -r 96ce61c5439f sys/arch/arm/zynq/zynq7000_board.c
--- a/sys/arch/arm/zynq/zynq7000_board.c Sun Sep 16 09:15:12 2018 +0000
+++ b/sys/arch/arm/zynq/zynq7000_board.c Sun Sep 16 09:25:46 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: zynq7000_board.c,v 1.3 2018/06/05 08:03:28 hkenken Exp $ */
+/* $NetBSD: zynq7000_board.c,v 1.4 2018/09/16 09:25:46 skrll Exp $ */
/*-
* Copyright (c) 2015 Genetec Corporation. All rights reserved.
* Written by Hashimoto Kenichi for Genetec Corporation.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: zynq7000_board.c,v 1.3 2018/06/05 08:03:28 hkenken Exp $");
+__KERNEL_RCSID(1, "$NetBSD: zynq7000_board.c,v 1.4 2018/09/16 09:25:46 skrll Exp $");
#include "opt_zynq.h"
#include "arml2cc.h"
@@ -45,7 +45,7 @@
#include <arm/zynq/zynq7000_reg.h>
/*
- * PERIPHCLK_N is an arm root clock divider for MPcore interupt controller.
+ * PERIPHCLK_N is an arm root clock divider for MPcore interrupt controller.
* PERIPHCLK_N is equal to, or greater than two.
* see "Cortex-A9 MPCore Technical Reference Manual" -
* Chapter 5: Clocks, Resets, and Power Management, 5.1: Clocks.
diff -r 7f8f0caec8ef -r 96ce61c5439f sys/arch/mips/include/cpu.h
--- a/sys/arch/mips/include/cpu.h Sun Sep 16 09:15:12 2018 +0000
+++ b/sys/arch/mips/include/cpu.h Sun Sep 16 09:25:46 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.125 2018/08/22 01:05:22 msaitoh Exp $ */
+/* $NetBSD: cpu.h,v 1.126 2018/09/16 09:25:46 skrll Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -200,17 +200,17 @@
*/
/*
- * Send an inter-processor interupt to each other CPU (excludes curcpu())
+ * Send an inter-processor interrupt to each other CPU (excludes curcpu())
*/
void cpu_broadcast_ipi(int);
/*
- * Send an inter-processor interupt to CPUs in kcpuset (excludes curcpu())
+ * Send an inter-processor interrupt to CPUs in kcpuset (excludes curcpu())
*/
void cpu_multicast_ipi(const kcpuset_t *, int);
/*
- * Send an inter-processor interupt to another CPU.
+ * Send an inter-processor interrupt to another CPU.
*/
int cpu_send_ipi(struct cpu_info *, int);
diff -r 7f8f0caec8ef -r 96ce61c5439f sys/arch/mips/rmi/rmixl_iobus.c
--- a/sys/arch/mips/rmi/rmixl_iobus.c Sun Sep 16 09:15:12 2018 +0000
+++ b/sys/arch/mips/rmi/rmixl_iobus.c Sun Sep 16 09:25:46 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rmixl_iobus.c,v 1.3 2011/07/01 19:01:31 dyoung Exp $ */
+/* $NetBSD: rmixl_iobus.c,v 1.4 2018/09/16 09:25:47 skrll Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -47,7 +47,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rmixl_iobus.c,v 1.3 2011/07/01 19:01:31 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rmixl_iobus.c,v 1.4 2018/09/16 09:25:47 skrll Exp $");
#include "locators.h"
@@ -150,7 +150,7 @@
rmixl_iobus_bus_mem_init(&rcp->rc_iobus_memt, rcp);
sc->sc_iobus_bst = (bus_space_tag_t)&rcp->rc_iobus_memt;
- /* disable all Flsah interupts */
+ /* disable all Flash interrupts */
bus_space_write_4(sc->sc_obio_bst, sc->sc_obio_bsh,
RMIXL_FLASH_INT_MASK, 0);
diff -r 7f8f0caec8ef -r 96ce61c5439f sys/arch/powerpc/booke/e500_intr.c
--- a/sys/arch/powerpc/booke/e500_intr.c Sun Sep 16 09:15:12 2018 +0000
+++ b/sys/arch/powerpc/booke/e500_intr.c Sun Sep 16 09:25:46 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: e500_intr.c,v 1.37 2018/01/26 17:49:55 flxd Exp $ */
+/* $NetBSD: e500_intr.c,v 1.38 2018/09/16 09:25:47 skrll Exp $ */
/*-
* Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -41,7 +41,7 @@
#define __INTR_PRIVATE
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: e500_intr.c,v 1.37 2018/01/26 17:49:55 flxd Exp $");
+__KERNEL_RCSID(0, "$NetBSD: e500_intr.c,v 1.38 2018/09/16 09:25:47 skrll Exp $");
#include <sys/param.h>
#include <sys/proc.h>
@@ -1370,7 +1370,7 @@
{
char iname[INTRIDBUF];
- /* Initialize percpu interupts. */
+ /* Initialize percpu interrupts. */
e500_intr_init_precpu();
/*
diff -r 7f8f0caec8ef -r 96ce61c5439f sys/arch/powerpc/powerpc/powerpc_machdep.c
--- a/sys/arch/powerpc/powerpc/powerpc_machdep.c Sun Sep 16 09:15:12 2018 +0000
+++ b/sys/arch/powerpc/powerpc/powerpc_machdep.c Sun Sep 16 09:25:46 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: powerpc_machdep.c,v 1.71 2015/01/23 07:27:05 nonaka Exp $ */
+/* $NetBSD: powerpc_machdep.c,v 1.72 2018/09/16 09:25:47 skrll Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: powerpc_machdep.c,v 1.71 2015/01/23 07:27:05 nonaka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: powerpc_machdep.c,v 1.72 2018/09/16 09:25:47 skrll Exp $");
#include "opt_altivec.h"
#include "opt_ddb.h"
@@ -533,7 +533,7 @@
#define CPUSET_EXPORT(kset, set) kcpuset_export_u32((kset), &(set), sizeof(set))
/*
- * Send an inter-processor interupt to CPUs in cpuset (excludes curcpu())
+ * Send an inter-processor interrupt to CPUs in cpuset (excludes curcpu())
*/
static void
cpu_multicast_ipi(__cpuset_t cpuset, uint32_t msg)
diff -r 7f8f0caec8ef -r 96ce61c5439f sys/arch/usermode/usermode/pmap.c
--- a/sys/arch/usermode/usermode/pmap.c Sun Sep 16 09:15:12 2018 +0000
+++ b/sys/arch/usermode/usermode/pmap.c Sun Sep 16 09:25:46 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.113 2018/08/05 16:51:59 reinoud Exp $ */
+/* $NetBSD: pmap.c,v 1.114 2018/09/16 09:25:47 skrll Exp $ */
/*-
* Copyright (c) 2011 Reinoud Zandijk <reinoud%NetBSD.org@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.113 2018/08/05 16:51:59 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.114 2018/09/16 09:25:47 skrll Exp $");
#include "opt_memsize.h"
#include "opt_kmempages.h"
@@ -898,7 +898,7 @@
panic("pmap_do_enter: invalid va isued\n");
#endif
- /* raise interupt level */
+ /* raise interrupt level */
s = splvm();
/* remove existing mapping at this lpn */
diff -r 7f8f0caec8ef -r 96ce61c5439f sys/dev/pci/if_lmc.h
--- a/sys/dev/pci/if_lmc.h Sun Sep 16 09:15:12 2018 +0000
+++ b/sys/dev/pci/if_lmc.h Sun Sep 16 09:25:46 2018 +0000
@@ -1,5 +1,5 @@
/*-
- * $NetBSD: if_lmc.h,v 1.25 2018/06/25 09:32:28 msaitoh Exp $
+ * $NetBSD: if_lmc.h,v 1.26 2018/09/16 09:25:47 skrll Exp $
*
* Copyright (c) 2002-2006 David Boggs. (boggs%boggs.palo-alto.ca.us@localhost)
* All rights reserved.
@@ -238,14 +238,14 @@
/* T3 GPIO bits */
#define GPIO_T3_DAC 0x04 /* DAC chip select */
-#define GPIO_T3_INTEN 0x08 /* Framer Interupt enable */
+#define GPIO_T3_INTEN 0x08 /* Framer Interrupt enable */
/* SSI GPIO bits */
#define GPIO_SSI_SYNTH 0x04 /* Synth osc chip select */
#define GPIO_SSI_DCE 0x08 /* provide clock on TXCLOCK output */
/* T1E1 GPIO bits */
-#define GPIO_T1_INTEN 0x08 /* Framer Interupt enable */
+#define GPIO_T1_INTEN 0x08 /* Framer Interrupt enable */
/* MII register 16 bits common to all cards */
/* NB: LEDs for HSSI & SSI are in DIFFERENT bits than for T1E1 & T3; oops */
diff -r 7f8f0caec8ef -r 96ce61c5439f sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c Sun Sep 16 09:15:12 2018 +0000
+++ b/sys/dev/usb/ehci.c Sun Sep 16 09:25:46 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ehci.c,v 1.262 2018/09/03 16:29:33 riastradh Exp $ */
+/* $NetBSD: ehci.c,v 1.263 2018/09/16 09:25:47 skrll Exp $ */
/*
* Copyright (c) 2004-2012 The NetBSD Foundation, Inc.
@@ -53,7 +53,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.262 2018/09/03 16:29:33 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.263 2018/09/16 09:25:47 skrll Exp $");
#include "ohci.h"
#include "uhci.h"
@@ -638,7 +638,7 @@
}
/* Enable interrupts */
- DPRINTF("enabling interupts", 0, 0, 0, 0);
+ DPRINTF("enabling interrupts", 0, 0, 0, 0);
EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs);
return 0;
diff -r 7f8f0caec8ef -r 96ce61c5439f sys/netinet/sctp_output.c
--- a/sys/netinet/sctp_output.c Sun Sep 16 09:15:12 2018 +0000
+++ b/sys/netinet/sctp_output.c Sun Sep 16 09:25:46 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sctp_output.c,v 1.16 2018/09/03 16:29:36 riastradh Exp $ */
+/* $NetBSD: sctp_output.c,v 1.17 2018/09/16 09:25:47 skrll Exp $ */
/* $KAME: sctp_output.c,v 1.48 2005/06/16 18:29:24 jinmei Exp $ */
/*
Home |
Main Index |
Thread Index |
Old Index