Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch <sys/extent.h> not needed here.



details:   https://anonhg.NetBSD.org/src/rev/4631648dd94e
branches:  trunk
changeset: 934727:4631648dd94e
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jun 17 06:37:57 2020 +0000

description:
<sys/extent.h> not needed here.

diffstat:

 sys/arch/amiga/pci/cv3dpb.c                  |  3 +--
 sys/arch/amiga/pci/emmem.c                   |  3 +--
 sys/arch/amiga/pci/p5membar.c                |  3 +--
 sys/arch/amiga/pci/pci_machdep.c             |  3 +--
 sys/arch/arm/acpi/acpi_pci_graviton.c        |  5 ++---
 sys/arch/arm/acpi/acpi_pci_layerscape_gen4.c |  5 ++---
 sys/arch/arm/acpi/acpi_pci_machdep.c         |  5 ++---
 sys/arch/arm/acpi/acpi_pci_n1sdp.c           |  5 ++---
 sys/arch/arm/acpi/acpipchb.c                 |  5 ++---
 9 files changed, 14 insertions(+), 23 deletions(-)

diffs (198 lines):

diff -r 89e90baf9005 -r 4631648dd94e sys/arch/amiga/pci/cv3dpb.c
--- a/sys/arch/amiga/pci/cv3dpb.c       Wed Jun 17 06:24:15 2020 +0000
+++ b/sys/arch/amiga/pci/cv3dpb.c       Wed Jun 17 06:37:57 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cv3dpb.c,v 1.3 2015/10/02 05:22:49 msaitoh Exp $ */
+/*     $NetBSD: cv3dpb.c,v 1.4 2020/06/17 06:37:57 thorpej Exp $ */
 
 /*-
  * Copyright (c) 2011, 2012 The NetBSD Foundation, Inc.
@@ -36,7 +36,6 @@
 #include <sys/errno.h>
 #include <sys/device.h>
 #include <sys/malloc.h>
-#include <sys/extent.h>
 
 #include <uvm/uvm_extern.h>
 
diff -r 89e90baf9005 -r 4631648dd94e sys/arch/amiga/pci/emmem.c
--- a/sys/arch/amiga/pci/emmem.c        Wed Jun 17 06:24:15 2020 +0000
+++ b/sys/arch/amiga/pci/emmem.c        Wed Jun 17 06:37:57 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: emmem.c,v 1.4 2013/01/29 00:49:43 rkujawa Exp $ */
+/*     $NetBSD: emmem.c,v 1.5 2020/06/17 06:39:49 thorpej Exp $ */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -40,7 +40,6 @@
 #include <sys/errno.h>
 #include <sys/device.h>
 #include <sys/malloc.h>
-#include <sys/extent.h>
 
 #include <uvm/uvm_extern.h>
 
diff -r 89e90baf9005 -r 4631648dd94e sys/arch/amiga/pci/p5membar.c
--- a/sys/arch/amiga/pci/p5membar.c     Wed Jun 17 06:24:15 2020 +0000
+++ b/sys/arch/amiga/pci/p5membar.c     Wed Jun 17 06:37:57 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: p5membar.c,v 1.3 2012/10/27 17:17:34 chs Exp $ */
+/*     $NetBSD: p5membar.c,v 1.4 2020/06/17 06:40:45 thorpej Exp $ */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -41,7 +41,6 @@
 #include <sys/errno.h>
 #include <sys/device.h>
 #include <sys/malloc.h>
-#include <sys/extent.h>
 
 #include <uvm/uvm_extern.h>
 
diff -r 89e90baf9005 -r 4631648dd94e sys/arch/amiga/pci/pci_machdep.c
--- a/sys/arch/amiga/pci/pci_machdep.c  Wed Jun 17 06:24:15 2020 +0000
+++ b/sys/arch/amiga/pci/pci_machdep.c  Wed Jun 17 06:37:57 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_machdep.c,v 1.3 2014/03/29 19:28:26 christos Exp $ */
+/*     $NetBSD: pci_machdep.c,v 1.4 2020/06/17 06:41:39 thorpej Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -38,7 +38,6 @@
 #include <sys/errno.h>
 #include <sys/device.h>
 #include <sys/malloc.h>
-#include <sys/extent.h>
 #include <sys/kmem.h>
 
 #include <uvm/uvm_extern.h>
diff -r 89e90baf9005 -r 4631648dd94e sys/arch/arm/acpi/acpi_pci_graviton.c
--- a/sys/arch/arm/acpi/acpi_pci_graviton.c     Wed Jun 17 06:24:15 2020 +0000
+++ b/sys/arch/arm/acpi/acpi_pci_graviton.c     Wed Jun 17 06:37:57 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi_pci_graviton.c,v 1.2 2020/06/15 18:57:39 ad Exp $ */
+/* $NetBSD: acpi_pci_graviton.c,v 1.3 2020/06/17 06:45:09 thorpej Exp $ */
 
 /*-
  * Copyright (c) 2018, 2020 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_pci_graviton.c,v 1.2 2020/06/15 18:57:39 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_pci_graviton.c,v 1.3 2020/06/17 06:45:09 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -38,7 +38,6 @@
 #include <sys/intr.h>
 #include <sys/systm.h>
 #include <sys/kernel.h>
-#include <sys/extent.h>
 #include <sys/kmem.h>
 #include <sys/cpu.h>
 
diff -r 89e90baf9005 -r 4631648dd94e sys/arch/arm/acpi/acpi_pci_layerscape_gen4.c
--- a/sys/arch/arm/acpi/acpi_pci_layerscape_gen4.c      Wed Jun 17 06:24:15 2020 +0000
+++ b/sys/arch/arm/acpi/acpi_pci_layerscape_gen4.c      Wed Jun 17 06:37:57 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi_pci_layerscape_gen4.c,v 1.3 2020/06/15 18:57:39 ad Exp $ */
+/* $NetBSD: acpi_pci_layerscape_gen4.c,v 1.4 2020/06/17 06:45:09 thorpej Exp $ */
 
 /*-
  * Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_pci_layerscape_gen4.c,v 1.3 2020/06/15 18:57:39 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_pci_layerscape_gen4.c,v 1.4 2020/06/17 06:45:09 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -42,7 +42,6 @@
 #include <sys/intr.h>
 #include <sys/systm.h>
 #include <sys/kernel.h>
-#include <sys/extent.h>
 #include <sys/kmem.h>
 #include <sys/mutex.h>
 #include <sys/cpu.h>
diff -r 89e90baf9005 -r 4631648dd94e sys/arch/arm/acpi/acpi_pci_machdep.c
--- a/sys/arch/arm/acpi/acpi_pci_machdep.c      Wed Jun 17 06:24:15 2020 +0000
+++ b/sys/arch/arm/acpi/acpi_pci_machdep.c      Wed Jun 17 06:37:57 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi_pci_machdep.c,v 1.17 2020/06/15 18:57:39 ad Exp $ */
+/* $NetBSD: acpi_pci_machdep.c,v 1.18 2020/06/17 06:45:09 thorpej Exp $ */
 
 /*-
  * Copyright (c) 2018, 2020 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 #define        _INTR_PRIVATE
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_pci_machdep.c,v 1.17 2020/06/15 18:57:39 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_pci_machdep.c,v 1.18 2020/06/17 06:45:09 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -40,7 +40,6 @@
 #include <sys/intr.h>
 #include <sys/systm.h>
 #include <sys/kernel.h>
-#include <sys/extent.h>
 #include <sys/queue.h>
 #include <sys/mutex.h>
 #include <sys/kmem.h>
diff -r 89e90baf9005 -r 4631648dd94e sys/arch/arm/acpi/acpi_pci_n1sdp.c
--- a/sys/arch/arm/acpi/acpi_pci_n1sdp.c        Wed Jun 17 06:24:15 2020 +0000
+++ b/sys/arch/arm/acpi/acpi_pci_n1sdp.c        Wed Jun 17 06:37:57 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi_pci_n1sdp.c,v 1.3 2020/06/15 18:57:39 ad Exp $ */
+/* $NetBSD: acpi_pci_n1sdp.c,v 1.4 2020/06/17 06:45:09 thorpej Exp $ */
 
 /*-
  * Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_pci_n1sdp.c,v 1.3 2020/06/15 18:57:39 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_pci_n1sdp.c,v 1.4 2020/06/17 06:45:09 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -38,7 +38,6 @@
 #include <sys/intr.h>
 #include <sys/systm.h>
 #include <sys/kernel.h>
-#include <sys/extent.h>
 #include <sys/kmem.h>
 #include <sys/cpu.h>
 
diff -r 89e90baf9005 -r 4631648dd94e sys/arch/arm/acpi/acpipchb.c
--- a/sys/arch/arm/acpi/acpipchb.c      Wed Jun 17 06:24:15 2020 +0000
+++ b/sys/arch/arm/acpi/acpipchb.c      Wed Jun 17 06:37:57 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpipchb.c,v 1.19 2020/06/15 18:57:39 ad Exp $ */
+/* $NetBSD: acpipchb.c,v 1.20 2020/06/17 06:46:09 thorpej Exp $ */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpipchb.c,v 1.19 2020/06/15 18:57:39 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpipchb.c,v 1.20 2020/06/17 06:46:09 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -38,7 +38,6 @@
 #include <sys/intr.h>
 #include <sys/systm.h>
 #include <sys/kernel.h>
-#include <sys/extent.h>
 #include <sys/queue.h>
 #include <sys/mutex.h>
 #include <sys/kmem.h>



Home | Main Index | Thread Index | Old Index