Remove two commented out and unused defines
This commit is contained in:
parent
05f1b5ea9f
commit
cfbbcdc4ec
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pmap.h,v 1.4 2011/08/22 15:36:23 reinoud Exp $ */
|
||||
/* $NetBSD: pmap.h,v 1.5 2011/08/24 19:59:26 reinoud Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2007 Jared D. McNeill <jmcneill@invisible.ca>
|
||||
|
@ -30,7 +30,5 @@
|
|||
#define _ARCH_USERMODE_INCLUDE_PMAP_H
|
||||
|
||||
#define PMAP_GROWKERNEL 1
|
||||
//#define PMAP_MAP_POOLPAGE(x) (x)
|
||||
//#define PMAP_UNMAP_POOLPAGE(x) (x)
|
||||
|
||||
#endif /* !_ARCH_USERMODE_INCLUDE_PMAP_H */
|
||||
|
|
Loading…
Reference in New Issue