Eliminate an unused #define.

This commit is contained in:
alc 2013-02-22 16:59:52 +00:00
parent 7ccd047ba1
commit 288d42ddce

View File

@ -121,11 +121,6 @@
#endif /* AIM/E500 */
/* XXX max. amount of KVM to be used by buffers. */
#ifndef VM_MAX_KERNEL_BUF
#define VM_MAX_KERNEL_BUF (SEGMENT_LENGTH * 7 / 10)
#endif
#if !defined(LOCORE)
struct pmap_physseg {
struct pv_entry *pvent;