Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/x86 make this compile again.



details:   https://anonhg.NetBSD.org/src/rev/eaf9b5f52a08
branches:  trunk
changeset: 771060:eaf9b5f52a08
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 06 20:21:05 2011 +0000

description:
make this compile again.

diffstat:

 sys/arch/x86/x86/pmap.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 76e6c1a202c7 -r eaf9b5f52a08 sys/arch/x86/x86/pmap.c
--- a/sys/arch/x86/x86/pmap.c   Sun Nov 06 20:20:57 2011 +0000
+++ b/sys/arch/x86/x86/pmap.c   Sun Nov 06 20:21:05 2011 +0000
@@ -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 @@
 #include <xen/hypervisor.h>
 #endif
 
+/* If this is not needed anymore it should be GC'ed */
+#define        PG_k    0
+
 /*
  * general info:
  *



Home | Main Index | Thread Index | Old Index