svn commit: r220042 - head/sys/ia64/include
Alan Cox
alc at FreeBSD.org
Sat Mar 26 20:40:34 UTC 2011
Author: alc
Date: Sat Mar 26 20:40:33 2011
New Revision: 220042
URL: http://svn.freebsd.org/changeset/base/220042
Log:
Eliminate an unused definition.
Reviewed by: marcel
Modified:
head/sys/ia64/include/pmap.h
Modified: head/sys/ia64/include/pmap.h
==============================================================================
--- head/sys/ia64/include/pmap.h Sat Mar 26 19:09:28 2011 (r220041)
+++ head/sys/ia64/include/pmap.h Sat Mar 26 20:40:33 2011 (r220042)
@@ -54,9 +54,6 @@
#ifdef _KERNEL
-#ifndef NKPT
-#define NKPT 30 /* initial number of kernel page tables */
-#endif
#define MAXKPT (PAGE_SIZE/sizeof(vm_offset_t))
#define vtophys(va) pmap_kextract((vm_offset_t)(va))
More information about the svn-src-all
mailing list