Module Name: src
Committed By: christos
Date: Wed Jun 5 14:37:04 UTC 2013
Modified Files:
src/sys/arch/amd64/amd64: machdep.c
Log Message:
declaring mtrr_funcs once should be enough.
To generate a diff of this commit:
cvs rdiff -u -r1.194 -r1.195 src/sys/arch/amd64/amd64/machdep.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/amd64/amd64/machdep.c
diff -u src/sys/arch/amd64/amd64/machdep.c:1.194 src/sys/arch/amd64/amd64/machdep.c:1.195
--- src/sys/arch/amd64/amd64/machdep.c:1.194 Fri Apr 12 12:59:40 2013
+++ src/sys/arch/amd64/amd64/machdep.c Wed Jun 5 10:37:04 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.194 2013/04/12 16:59:40 christos Exp $ */
+/* $NetBSD: machdep.c,v 1.195 2013/06/05 14:37:04 christos Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2000, 2006, 2007, 2008, 2011
@@ -111,7 +111,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.194 2013/04/12 16:59:40 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.195 2013/06/05 14:37:04 christos Exp $");
/* #define XENDEBUG_LOW */
@@ -291,10 +291,6 @@ void (*initclock_func)(void) = xen_initc
#endif
-#ifdef MTRR
-struct mtrr_funcs *mtrr_funcs;
-#endif
-
/*
* Size of memory segments, before any memory is stolen.
*/