View | Details | Raw Unified | Return to bug 185727 | Differences between
and this patch

Collapse All | Expand All

(-)amd64/include/vmparam.h (-3 / +6 lines)
Lines 106-115 Link Here
106
 * accessible by ISA DMA and VM_FREELIST_ISADMA is for physical pages
106
 * accessible by ISA DMA and VM_FREELIST_ISADMA is for physical pages
107
 * that are below that address.
107
 * that are below that address.
108
 */
108
 */
109
#define	VM_NFREELIST		2
109
#define	VM_NFREELIST		3
110
#define	VM_FREELIST_DEFAULT	0
110
#define	VM_FREELIST_HIGHMEM	0
111
#define	VM_FREELIST_ISADMA	1
111
#define	VM_FREELIST_DEFAULT	1
112
#define	VM_FREELIST_ISADMA	2
112
113
114
#define	VM_HIGHMEM_ADDRESS	((vm_paddr_t)1 << 32)
115
113
/*
116
/*
114
 * An allocation size of 16MB is supported in order to optimize the
117
 * An allocation size of 16MB is supported in order to optimize the
115
 * use of the direct map by UMA.  Specifically, a cache line contains
118
 * use of the direct map by UMA.  Specifically, a cache line contains

Return to bug 185727