diff --git a/sys/arch/amd64/amd64/bios32.c b/sys/arch/amd64/amd64/bios32.c index 655da2247252..edc1efe675aa 100644 --- a/sys/arch/amd64/amd64/bios32.c +++ b/sys/arch/amd64/amd64/bios32.c @@ -1,4 +1,4 @@ -/* $NetBSD: bios32.c,v 1.13 2008/04/28 20:23:12 martin Exp $ */ +/* $NetBSD: bios32.c,v 1.14 2008/12/18 11:45:40 cegger Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -60,12 +60,11 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: bios32.c,v 1.13 2008/04/28 20:23:12 martin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bios32.c,v 1.14 2008/12/18 11:45:40 cegger Exp $"); #include #include #include -#include #include #include diff --git a/sys/arch/amd64/amd64/core_machdep.c b/sys/arch/amd64/amd64/core_machdep.c index 65207085c4f1..7972593531d9 100644 --- a/sys/arch/amd64/amd64/core_machdep.c +++ b/sys/arch/amd64/amd64/core_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: core_machdep.c,v 1.1 2008/11/19 18:35:58 ad Exp $ */ +/* $NetBSD: core_machdep.c,v 1.2 2008/12/18 11:45:40 cegger Exp $ */ /*- * Copyright (c) 1982, 1986 The Regents of the University of California. @@ -80,12 +80,11 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: core_machdep.c,v 1.1 2008/11/19 18:35:58 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: core_machdep.c,v 1.2 2008/12/18 11:45:40 cegger Exp $"); #include #include #include -#include #include #include #include diff --git a/sys/arch/amd64/amd64/machdep.c b/sys/arch/amd64/amd64/machdep.c index 22a6d82eece3..f42172ef5002 100644 --- a/sys/arch/amd64/amd64/machdep.c +++ b/sys/arch/amd64/amd64/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.114 2008/12/15 22:20:52 cegger Exp $ */ +/* $NetBSD: machdep.c,v 1.115 2008/12/18 11:45:40 cegger Exp $ */ /*- * Copyright (c) 1996, 1997, 1998, 2000, 2006, 2007, 2008 @@ -112,7 +112,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.114 2008/12/15 22:20:52 cegger Exp $"); +__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.115 2008/12/18 11:45:40 cegger Exp $"); /* #define XENDEBUG_LOW */ @@ -137,7 +137,6 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.114 2008/12/15 22:20:52 cegger Exp $") #include #include #include -#include #include #include #include diff --git a/sys/arch/amd64/amd64/vm_machdep.c b/sys/arch/amd64/amd64/vm_machdep.c index d02c63016b77..22d17c5da328 100644 --- a/sys/arch/amd64/amd64/vm_machdep.c +++ b/sys/arch/amd64/amd64/vm_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: vm_machdep.c,v 1.35 2008/11/19 18:35:58 ad Exp $ */ +/* $NetBSD: vm_machdep.c,v 1.36 2008/12/18 11:45:40 cegger Exp $ */ /*- * Copyright (c) 1982, 1986 The Regents of the University of California. @@ -80,14 +80,13 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.35 2008/11/19 18:35:58 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.36 2008/12/18 11:45:40 cegger Exp $"); #include "opt_user_ldt.h" #include #include #include -#include #include #include #include