Module Name: src
Committed By: christos
Date: Sun Nov 6 20:21:05 UTC 2011
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
make this compile again.
To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 src/sys/arch/x86/x86/pmap.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/x86/x86/pmap.c
diff -u src/sys/arch/x86/x86/pmap.c:1.138 src/sys/arch/x86/x86/pmap.c:1.139
--- src/sys/arch/x86/x86/pmap.c:1.138 Sun Nov 6 10:18:18 2011
+++ src/sys/arch/x86/x86/pmap.c Sun Nov 6 15:21:05 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.138 2011/11/06 15:18:18 cherry Exp $ */
+/* $NetBSD: pmap.c,v 1.139 2011/11/06 20:21:05 christos Exp $ */
/*-
* Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
@@ -171,7 +171,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.138 2011/11/06 15:18:18 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.139 2011/11/06 20:21:05 christos Exp $");
#include "opt_user_ldt.h"
#include "opt_lockdebug.h"
@@ -211,6 +211,9 @@ __KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.1
#include <xen/hypervisor.h>
#endif
+/* If this is not needed anymore it should be GC'ed */
+#define PG_k 0
+
/*
* general info:
*