Source-Changes-HG archive

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

[src/trunk]: src/sys/kern remove left over macro after kmem_map is gone



details:   https://anonhg.NetBSD.org/src/rev/fa43034fa264
branches:  trunk
changeset: 773227:fa43034fa264
user:      para <para%NetBSD.org@localhost>
date:      Sun Jan 29 11:14:49 2012 +0000

description:
remove left over macro after kmem_map is gone

diffstat:

 sys/kern/subr_extent.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r de056a38658f -r fa43034fa264 sys/kern/subr_extent.c
--- a/sys/kern/subr_extent.c    Sun Jan 29 11:04:48 2012 +0000
+++ b/sys/kern/subr_extent.c    Sun Jan 29 11:14:49 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr_extent.c,v 1.74 2012/01/27 19:48:40 para Exp $    */
+/*     $NetBSD: subr_extent.c,v 1.75 2012/01/29 11:14:49 para Exp $    */
 
 /*-
  * Copyright (c) 1996, 1998, 2007 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_extent.c,v 1.74 2012/01/27 19:48:40 para Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_extent.c,v 1.75 2012/01/29 11:14:49 para Exp $");
 
 #ifdef _KERNEL
 #include "opt_lockdebug.h"
@@ -49,7 +49,6 @@
 
 #include <uvm/uvm_extern.h>
 
-#define        KMEM_IS_RUNNING         (kmem_map != NULL)
 #elif defined(_EXTENT_TESTING)
 /*
  * user-land definitions, so it can fit into a testing harness.



Home | Main Index | Thread Index | Old Index