Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/alpha remove unneeded <uvm/uvm_extern.h> incl...
details: https://anonhg.NetBSD.org/src/rev/7ab5b9d0b773
branches: trunk
changeset: 759707:7ab5b9d0b773
user: matt <matt%NetBSD.org@localhost>
date: Wed Dec 15 01:32:31 2010 +0000
description:
remove unneeded <uvm/uvm_extern.h> includes
diffstat:
sys/arch/alpha/alpha/core_machdep.c | 6 ++----
sys/arch/alpha/alpha/cpu.c | 6 ++----
sys/arch/alpha/alpha/db_interface.c | 6 ++----
sys/arch/alpha/alpha/ipifuncs.c | 6 ++----
sys/arch/alpha/alpha/kgdb_machdep.c | 6 ++----
5 files changed, 10 insertions(+), 20 deletions(-)
diffs (134 lines):
diff -r 7afe38b83c51 -r 7ab5b9d0b773 sys/arch/alpha/alpha/core_machdep.c
--- a/sys/arch/alpha/alpha/core_machdep.c Wed Dec 15 01:29:37 2010 +0000
+++ b/sys/arch/alpha/alpha/core_machdep.c Wed Dec 15 01:32:31 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: core_machdep.c,v 1.3 2009/11/21 05:35:40 rmind Exp $ */
+/* $NetBSD: core_machdep.c,v 1.4 2010/12/15 01:32:31 matt Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@@ -29,7 +29,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: core_machdep.c,v 1.3 2009/11/21 05:35:40 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: core_machdep.c,v 1.4 2010/12/15 01:32:31 matt Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -42,8 +42,6 @@
#include <sys/exec_aout.h>
-#include <uvm/uvm_extern.h>
-
#include <machine/cpu.h>
#include <machine/alpha.h>
#include <machine/pmap.h>
diff -r 7afe38b83c51 -r 7ab5b9d0b773 sys/arch/alpha/alpha/cpu.c
--- a/sys/arch/alpha/alpha/cpu.c Wed Dec 15 01:29:37 2010 +0000
+++ b/sys/arch/alpha/alpha/cpu.c Wed Dec 15 01:32:31 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.88 2009/11/26 00:19:11 matt Exp $ */
+/* $NetBSD: cpu.c,v 1.89 2010/12/15 01:32:31 matt Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.88 2009/11/26 00:19:11 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.89 2010/12/15 01:32:31 matt Exp $");
#include "opt_ddb.h"
#include "opt_multiprocessor.h"
@@ -72,8 +72,6 @@
#include <sys/atomic.h>
#include <sys/cpu.h>
-#include <uvm/uvm_extern.h>
-
#include <machine/autoconf.h>
#include <machine/cpuvar.h>
#include <machine/rpb.h>
diff -r 7afe38b83c51 -r 7ab5b9d0b773 sys/arch/alpha/alpha/db_interface.c
--- a/sys/arch/alpha/alpha/db_interface.c Wed Dec 15 01:29:37 2010 +0000
+++ b/sys/arch/alpha/alpha/db_interface.c Wed Dec 15 01:32:31 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_interface.c,v 1.32 2010/06/08 06:14:57 mrg Exp $ */
+/* $NetBSD: db_interface.c,v 1.33 2010/12/15 01:32:31 matt Exp $ */
/*
* Mach Operating System
@@ -52,15 +52,13 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: db_interface.c,v 1.32 2010/06/08 06:14:57 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_interface.c,v 1.33 2010/12/15 01:32:31 matt Exp $");
#include <sys/param.h>
#include <sys/proc.h>
#include <sys/reboot.h>
#include <sys/systm.h>
-#include <uvm/uvm_extern.h>
-
#include <dev/cons.h>
#include <machine/alpha.h>
diff -r 7afe38b83c51 -r 7ab5b9d0b773 sys/arch/alpha/alpha/ipifuncs.c
--- a/sys/arch/alpha/alpha/ipifuncs.c Wed Dec 15 01:29:37 2010 +0000
+++ b/sys/arch/alpha/alpha/ipifuncs.c Wed Dec 15 01:32:31 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ipifuncs.c,v 1.43 2010/06/23 13:52:26 rmind Exp $ */
+/* $NetBSD: ipifuncs.c,v 1.44 2010/12/15 01:32:31 matt Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: ipifuncs.c,v 1.43 2010/06/23 13:52:26 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ipifuncs.c,v 1.44 2010/12/15 01:32:31 matt Exp $");
/*
* Interprocessor interrupt handlers.
@@ -48,8 +48,6 @@
#include <sys/intr.h>
#include <sys/xcall.h>
-#include <uvm/uvm_extern.h>
-
#include <machine/alpha_cpu.h>
#include <machine/alpha.h>
#include <machine/cpuvar.h>
diff -r 7afe38b83c51 -r 7ab5b9d0b773 sys/arch/alpha/alpha/kgdb_machdep.c
--- a/sys/arch/alpha/alpha/kgdb_machdep.c Wed Dec 15 01:29:37 2010 +0000
+++ b/sys/arch/alpha/alpha/kgdb_machdep.c Wed Dec 15 01:32:31 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kgdb_machdep.c,v 1.6 2009/01/11 23:20:37 cegger Exp $ */
+/* $NetBSD: kgdb_machdep.c,v 1.7 2010/12/15 01:32:31 matt Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: kgdb_machdep.c,v 1.6 2009/01/11 23:20:37 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kgdb_machdep.c,v 1.7 2010/12/15 01:32:31 matt Exp $");
#include "com.h"
@@ -49,8 +49,6 @@
#include <machine/bus.h>
#include <machine/db_machdep.h>
-#include <uvm/uvm_extern.h>
-
#if NCOM > 0
#include <dev/ic/comreg.h>
#include <dev/ic/comvar.h>
Home |
Main Index |
Thread Index |
Old Index