Module Name:    src
Committed By:   ozaki-r
Date:           Mon Nov 21 04:10:06 UTC 2016

Modified Files:
        src/sys/arch/arm/nvidia: tegra_cpufreq.c
        src/sys/arch/x86/x86: cpu_ucode_intel.c
        src/sys/arch/xen/x86: xen_pmap.c

Log Message:
Sweep unnecessary xcall.h inclusions


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/nvidia/tegra_cpufreq.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x86/x86/cpu_ucode_intel.c
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/xen/x86/xen_pmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/nvidia/tegra_cpufreq.c
diff -u src/sys/arch/arm/nvidia/tegra_cpufreq.c:1.3 src/sys/arch/arm/nvidia/tegra_cpufreq.c:1.4
--- src/sys/arch/arm/nvidia/tegra_cpufreq.c:1.3	Tue Dec 22 22:10:36 2015
+++ src/sys/arch/arm/nvidia/tegra_cpufreq.c	Mon Nov 21 04:10:05 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: tegra_cpufreq.c,v 1.3 2015/12/22 22:10:36 jmcneill Exp $ */
+/* $NetBSD: tegra_cpufreq.c,v 1.4 2016/11/21 04:10:05 ozaki-r Exp $ */
 
 /*-
  * Copyright (c) 2015 Jared D. McNeill <jmcne...@invisible.ca>
@@ -29,7 +29,7 @@
 #include "locators.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tegra_cpufreq.c,v 1.3 2015/12/22 22:10:36 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tegra_cpufreq.c,v 1.4 2016/11/21 04:10:05 ozaki-r Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -39,7 +39,6 @@ __KERNEL_RCSID(0, "$NetBSD: tegra_cpufre
 #include <sys/kernel.h>
 #include <sys/atomic.h>
 #include <sys/kmem.h>
-#include <sys/xcall.h>
 #include <sys/sysctl.h>
 
 #include <arm/nvidia/tegra_var.h>

Index: src/sys/arch/x86/x86/cpu_ucode_intel.c
diff -u src/sys/arch/x86/x86/cpu_ucode_intel.c:1.10 src/sys/arch/x86/x86/cpu_ucode_intel.c:1.11
--- src/sys/arch/x86/x86/cpu_ucode_intel.c:1.10	Sun Oct  4 21:08:30 2015
+++ src/sys/arch/x86/x86/cpu_ucode_intel.c	Mon Nov 21 04:10:05 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu_ucode_intel.c,v 1.10 2015/10/04 21:08:30 jym Exp $ */
+/* $NetBSD: cpu_ucode_intel.c,v 1.11 2016/11/21 04:10:05 ozaki-r Exp $ */
 /*
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu_ucode_intel.c,v 1.10 2015/10/04 21:08:30 jym Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu_ucode_intel.c,v 1.11 2016/11/21 04:10:05 ozaki-r Exp $");
 
 #include "opt_xen.h"
 #include "opt_cpu_ucode.h"
@@ -40,7 +40,6 @@ __KERNEL_RCSID(0, "$NetBSD: cpu_ucode_in
 #include <sys/cpuio.h>
 #include <sys/cpu.h>
 #include <sys/kmem.h>
-#include <sys/xcall.h>
 
 #include <machine/cpufunc.h>
 #include <machine/specialreg.h>

Index: src/sys/arch/xen/x86/xen_pmap.c
diff -u src/sys/arch/xen/x86/xen_pmap.c:1.22 src/sys/arch/xen/x86/xen_pmap.c:1.23
--- src/sys/arch/xen/x86/xen_pmap.c:1.22	Sun Jun 24 18:31:53 2012
+++ src/sys/arch/xen/x86/xen_pmap.c	Mon Nov 21 04:10:05 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: xen_pmap.c,v 1.22 2012/06/24 18:31:53 jym Exp $	*/
+/*	$NetBSD: xen_pmap.c,v 1.23 2016/11/21 04:10:05 ozaki-r Exp $	*/
 
 /*
  * Copyright (c) 2007 Manuel Bouyer.
@@ -102,7 +102,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xen_pmap.c,v 1.22 2012/06/24 18:31:53 jym Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xen_pmap.c,v 1.23 2016/11/21 04:10:05 ozaki-r Exp $");
 
 #include "opt_user_ldt.h"
 #include "opt_lockdebug.h"
@@ -120,7 +120,6 @@ __KERNEL_RCSID(0, "$NetBSD: xen_pmap.c,v
 #include <sys/atomic.h>
 #include <sys/cpu.h>
 #include <sys/intr.h>
-#include <sys/xcall.h>
 
 #include <uvm/uvm.h>
 

Reply via email to