Eliminate an unused definition.

Reviewed by:	marcel
This commit is contained in:
Alan Cox 2011-03-26 20:40:33 +00:00
parent afc7401525
commit 5adad80656

View File

@ -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))