Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Sweep unnecessary xcall.h inclusions
details: https://anonhg.NetBSD.org/src/rev/edd46b47863a
branches: trunk
changeset: 349036:edd46b47863a
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Mon Nov 21 04:10:05 2016 +0000
description:
Sweep unnecessary xcall.h inclusions
diffstat:
sys/arch/arm/nvidia/tegra_cpufreq.c | 5 ++---
sys/arch/x86/x86/cpu_ucode_intel.c | 5 ++---
sys/arch/xen/x86/xen_pmap.c | 5 ++---
3 files changed, 6 insertions(+), 9 deletions(-)
diffs (78 lines):
diff -r 80d18dc312ca -r edd46b47863a sys/arch/arm/nvidia/tegra_cpufreq.c
--- a/sys/arch/arm/nvidia/tegra_cpufreq.c Mon Nov 21 03:57:37 2016 +0000
+++ b/sys/arch/arm/nvidia/tegra_cpufreq.c Mon Nov 21 04:10:05 2016 +0000
@@ -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 <jmcneill%invisible.ca@localhost>
@@ -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 @@
#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>
diff -r 80d18dc312ca -r edd46b47863a sys/arch/x86/x86/cpu_ucode_intel.c
--- a/sys/arch/x86/x86/cpu_ucode_intel.c Mon Nov 21 03:57:37 2016 +0000
+++ b/sys/arch/x86/x86/cpu_ucode_intel.c Mon Nov 21 04:10:05 2016 +0000
@@ -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 @@
#include <sys/cpuio.h>
#include <sys/cpu.h>
#include <sys/kmem.h>
-#include <sys/xcall.h>
#include <machine/cpufunc.h>
#include <machine/specialreg.h>
diff -r 80d18dc312ca -r edd46b47863a sys/arch/xen/x86/xen_pmap.c
--- a/sys/arch/xen/x86/xen_pmap.c Mon Nov 21 03:57:37 2016 +0000
+++ b/sys/arch/xen/x86/xen_pmap.c Mon Nov 21 04:10:05 2016 +0000
@@ -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 @@
#include <sys/atomic.h>
#include <sys/cpu.h>
#include <sys/intr.h>
-#include <sys/xcall.h>
#include <uvm/uvm.h>
Home |
Main Index |
Thread Index |
Old Index