From b3abfee038ab99c8833dc145a2dee142a34d05dd Mon Sep 17 00:00:00 2001 From: ragge Date: Thu, 19 Sep 2002 10:37:59 +0000 Subject: [PATCH] Do not include , it's not used in NetBSD at all. --- sys/arch/amiga/amiga/machdep.c | 5 ++--- sys/arch/atari/atari/machdep.c | 3 +-- sys/arch/cesfic/cesfic/machdep.c | 3 +-- sys/arch/hp300/hp300/machdep.c | 5 ++--- sys/arch/luna68k/luna68k/machdep.c | 5 ++--- sys/arch/mac68k/mac68k/machdep.c | 3 +-- sys/arch/mips/mips/mips_machdep.c | 5 ++--- sys/arch/mvme68k/mvme68k/machdep.c | 3 +-- sys/arch/next68k/next68k/machdep.c | 3 +-- sys/arch/sparc/sparc/machdep.c | 3 +-- sys/arch/sparc64/sparc64/machdep.c | 3 +-- sys/arch/sun2/sun2/machdep.c | 3 +-- sys/arch/sun3/sun3/machdep.c | 3 +-- sys/arch/sun3/sun3x/machdep.c | 3 +-- sys/arch/vax/uba/qv.c | 3 +-- sys/arch/x68k/x68k/machdep.c | 3 +-- 16 files changed, 20 insertions(+), 36 deletions(-) diff --git a/sys/arch/amiga/amiga/machdep.c b/sys/arch/amiga/amiga/machdep.c index b82a0985e08d..7e4507797798 100644 --- a/sys/arch/amiga/amiga/machdep.c +++ b/sys/arch/amiga/amiga/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.174 2002/09/06 13:18:43 gehenna Exp $ */ +/* $NetBSD: machdep.c,v 1.175 2002/09/19 10:37:59 ragge Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -46,7 +46,7 @@ #include "opt_compat_netbsd.h" #include -__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.174 2002/09/06 13:18:43 gehenna Exp $"); +__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.175 2002/09/19 10:37:59 ragge Exp $"); #include #include @@ -59,7 +59,6 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.174 2002/09/06 13:18:43 gehenna Exp $" #include #include #include -#include #include #include #include diff --git a/sys/arch/atari/atari/machdep.c b/sys/arch/atari/atari/machdep.c index 36277a6a2415..db3693325520 100644 --- a/sys/arch/atari/atari/machdep.c +++ b/sys/arch/atari/atari/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.117 2002/09/06 13:18:43 gehenna Exp $ */ +/* $NetBSD: machdep.c,v 1.118 2002/09/19 10:38:00 ragge Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -56,7 +56,6 @@ #include #include #include -#include #include #include #include diff --git a/sys/arch/cesfic/cesfic/machdep.c b/sys/arch/cesfic/cesfic/machdep.c index 7deccef7f7fb..7ba585f0d4f3 100644 --- a/sys/arch/cesfic/cesfic/machdep.c +++ b/sys/arch/cesfic/cesfic/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.9 2002/09/06 13:18:43 gehenna Exp $ */ +/* $NetBSD: machdep.c,v 1.10 2002/09/19 10:38:01 ragge Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -53,7 +53,6 @@ #include #include #include -#include #include #include #include diff --git a/sys/arch/hp300/hp300/machdep.c b/sys/arch/hp300/hp300/machdep.c index 08d272985af5..cf7c8169f30c 100644 --- a/sys/arch/hp300/hp300/machdep.c +++ b/sys/arch/hp300/hp300/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.160 2002/09/06 13:18:43 gehenna Exp $ */ +/* $NetBSD: machdep.c,v 1.161 2002/09/19 10:38:01 ragge Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -43,7 +43,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.160 2002/09/06 13:18:43 gehenna Exp $"); +__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.161 2002/09/19 10:38:01 ragge Exp $"); #include "opt_ddb.h" #include "opt_compat_hpux.h" @@ -54,7 +54,6 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.160 2002/09/06 13:18:43 gehenna Exp $" #include #include #include -#include #include #include #include diff --git a/sys/arch/luna68k/luna68k/machdep.c b/sys/arch/luna68k/luna68k/machdep.c index 9f0e678a22e5..7c08a1da5f16 100644 --- a/sys/arch/luna68k/luna68k/machdep.c +++ b/sys/arch/luna68k/luna68k/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.23 2002/09/06 13:18:43 gehenna Exp $ */ +/* $NetBSD: machdep.c,v 1.24 2002/09/19 10:38:01 ragge Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.23 2002/09/06 13:18:43 gehenna Exp $"); +__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.24 2002/09/19 10:38:01 ragge Exp $"); #include "opt_ddb.h" #include "opt_kgdb.h" @@ -52,7 +52,6 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.23 2002/09/06 13:18:43 gehenna Exp $") #include #include #include -#include #include #include #include diff --git a/sys/arch/mac68k/mac68k/machdep.c b/sys/arch/mac68k/mac68k/machdep.c index 736eacf4a7d3..deb17ee7b31e 100644 --- a/sys/arch/mac68k/mac68k/machdep.c +++ b/sys/arch/mac68k/mac68k/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.279 2002/09/06 13:18:43 gehenna Exp $ */ +/* $NetBSD: machdep.c,v 1.280 2002/09/19 10:38:02 ragge Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -87,7 +87,6 @@ #include #include #include -#include #include #include #include diff --git a/sys/arch/mips/mips/mips_machdep.c b/sys/arch/mips/mips/mips_machdep.c index 7b068a73008b..c94e397d6e96 100644 --- a/sys/arch/mips/mips/mips_machdep.c +++ b/sys/arch/mips/mips/mips_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: mips_machdep.c,v 1.150 2002/09/13 01:27:46 simonb Exp $ */ +/* $NetBSD: mips_machdep.c,v 1.151 2002/09/19 10:38:02 ragge Exp $ */ /* * Copyright 2002 Wasabi Systems, Inc. @@ -120,7 +120,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.150 2002/09/13 01:27:46 simonb Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.151 2002/09/19 10:38:02 ragge Exp $"); #include "opt_cputype.h" #include "opt_compat_netbsd.h" @@ -133,7 +133,6 @@ __KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.150 2002/09/13 01:27:46 simonb Ex #include /* fsid_t for syscallargs */ #include #include -#include #include #include #include diff --git a/sys/arch/mvme68k/mvme68k/machdep.c b/sys/arch/mvme68k/mvme68k/machdep.c index 8db2b3dc7fad..0c08fb0569fc 100644 --- a/sys/arch/mvme68k/mvme68k/machdep.c +++ b/sys/arch/mvme68k/mvme68k/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.92 2002/09/10 21:10:18 scw Exp $ */ +/* $NetBSD: machdep.c,v 1.93 2002/09/19 10:38:03 ragge Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -56,7 +56,6 @@ #include #include #include -#include #include #include #include diff --git a/sys/arch/next68k/next68k/machdep.c b/sys/arch/next68k/next68k/machdep.c index 2c8ce7b6d0cd..e1dbf6ff6c5a 100644 --- a/sys/arch/next68k/next68k/machdep.c +++ b/sys/arch/next68k/next68k/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.52 2002/09/11 01:46:34 mycroft Exp $ */ +/* $NetBSD: machdep.c,v 1.53 2002/09/19 10:38:03 ragge Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -57,7 +57,6 @@ #include #include #include -#include #include #include #include diff --git a/sys/arch/sparc/sparc/machdep.c b/sys/arch/sparc/sparc/machdep.c index ddd6918086e9..aad2f767fcb6 100644 --- a/sys/arch/sparc/sparc/machdep.c +++ b/sys/arch/sparc/sparc/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.201 2002/09/06 13:18:43 gehenna Exp $ */ +/* $NetBSD: machdep.c,v 1.202 2002/09/19 10:38:03 ragge Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -99,7 +99,6 @@ #include #include #include -#include #include #include #include diff --git a/sys/arch/sparc64/sparc64/machdep.c b/sys/arch/sparc64/sparc64/machdep.c index 32462124ed21..ca3ec185229c 100644 --- a/sys/arch/sparc64/sparc64/machdep.c +++ b/sys/arch/sparc64/sparc64/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.125 2002/09/06 13:18:43 gehenna Exp $ */ +/* $NetBSD: machdep.c,v 1.126 2002/09/19 10:38:04 ragge Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -99,7 +99,6 @@ #include #include #include -#include #include #include #include diff --git a/sys/arch/sun2/sun2/machdep.c b/sys/arch/sun2/sun2/machdep.c index 0ac7f836f378..1ef58d16e978 100644 --- a/sys/arch/sun2/sun2/machdep.c +++ b/sys/arch/sun2/sun2/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.17 2002/09/06 13:18:43 gehenna Exp $ */ +/* $NetBSD: machdep.c,v 1.18 2002/09/19 10:38:04 ragge Exp $ */ /* * Copyright (c) 2001 Matthew Fredette. @@ -137,7 +137,6 @@ #include #include #include -#include #include #include #include diff --git a/sys/arch/sun3/sun3/machdep.c b/sys/arch/sun3/sun3/machdep.c index e48b99becc06..43f7e5512242 100644 --- a/sys/arch/sun3/sun3/machdep.c +++ b/sys/arch/sun3/sun3/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.157 2002/09/06 13:18:43 gehenna Exp $ */ +/* $NetBSD: machdep.c,v 1.158 2002/09/19 10:38:04 ragge Exp $ */ /* * Copyright (c) 1994, 1995 Gordon W. Ross @@ -55,7 +55,6 @@ #include #include #include -#include #include #include #include diff --git a/sys/arch/sun3/sun3x/machdep.c b/sys/arch/sun3/sun3x/machdep.c index 839a34de4b22..87f449348c75 100644 --- a/sys/arch/sun3/sun3x/machdep.c +++ b/sys/arch/sun3/sun3x/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.81 2002/09/06 13:18:43 gehenna Exp $ */ +/* $NetBSD: machdep.c,v 1.82 2002/09/19 10:38:05 ragge Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -53,7 +53,6 @@ #include #include #include -#include #include #include #include diff --git a/sys/arch/vax/uba/qv.c b/sys/arch/vax/uba/qv.c index bfe69d08a5e9..95a8041a9ccc 100644 --- a/sys/arch/vax/uba/qv.c +++ b/sys/arch/vax/uba/qv.c @@ -1,4 +1,4 @@ -/* $NetBSD: qv.c,v 1.8 2002/09/06 13:18:43 gehenna Exp $ */ +/* $NetBSD: qv.c,v 1.9 2002/09/19 10:38:05 ragge Exp $ */ /*- * Copyright (c) 1988 @@ -140,7 +140,6 @@ #include "sys/map.h" #include "sys/buf.h" #include "sys/vm.h" -#include "sys/clist.h" #include "sys/file.h" #include "sys/uio.h" #include "sys/kernel.h" diff --git a/sys/arch/x68k/x68k/machdep.c b/sys/arch/x68k/x68k/machdep.c index 1f3cbfdd1e57..b05a148d65ba 100644 --- a/sys/arch/x68k/x68k/machdep.c +++ b/sys/arch/x68k/x68k/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.107 2002/09/06 13:18:43 gehenna Exp $ */ +/* $NetBSD: machdep.c,v 1.108 2002/09/19 10:38:05 ragge Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -62,7 +62,6 @@ #include #include #include -#include #include #include #include