summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/uvm/uvm_glue.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/uvm/uvm_glue.c b/sys/uvm/uvm_glue.c
index d589c590f11..e033a438ccc 100644
--- a/sys/uvm/uvm_glue.c
+++ b/sys/uvm/uvm_glue.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_glue.c,v 1.53 2010/07/02 18:26:58 art Exp $ */
+/* $OpenBSD: uvm_glue.c,v 1.54 2010/07/02 20:40:16 thib Exp $ */
/* $NetBSD: uvm_glue.c,v 1.44 2001/02/06 19:54:44 eeh Exp $ */
/*
@@ -87,14 +87,6 @@
#include <machine/cpu.h>
/*
- * XXXCDC: do these really belong here?
- */
-
-int readbuffers = 0; /* allow KGDB to read kern buffer pool */
- /* XXX: see uvm_kernacc */
-
-
-/*
* uvm_kernacc: can the kernel access a region of memory
*
* - called from malloc [DIAGNOSTIC], and /dev/kmem driver (mem.c)