summaryrefslogtreecommitdiff
path: root/sys/uvm
diff options
context:
space:
mode:
authorThordur I. Bjornsson <thib@cvs.openbsd.org>2010-07-02 20:40:17 +0000
committerThordur I. Bjornsson <thib@cvs.openbsd.org>2010-07-02 20:40:17 +0000
commitccf3e8fa5a3c5d19c7be1b8d44571619d37978eb (patch)
treea54536825187af4984ef5ee4abd1811b968376cd /sys/uvm
parent75f1c704f68d87ea8af85222f0f0275e88158d07 (diff)
nuke unused global and a comment.
ok tedu@, oga@
Diffstat (limited to 'sys/uvm')
-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)