diff options
| author | Jayachandran C. <jchandra@FreeBSD.org> | 2010-08-18 12:52:21 +0000 |
|---|---|---|
| committer | Jayachandran C. <jchandra@FreeBSD.org> | 2010-08-18 12:52:21 +0000 |
| commit | 8eec5e8f9c808d163b868853fc8d191a3419037f (patch) | |
| tree | 4879f212041116b8d372ef2f979c40a8e1041205 /sys/mips/include/vmparam.h | |
| parent | 28df1f238a397ecad6861cf48049910857c649e2 (diff) | |
Notes
Diffstat (limited to 'sys/mips/include/vmparam.h')
| -rw-r--r-- | sys/mips/include/vmparam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/mips/include/vmparam.h b/sys/mips/include/vmparam.h index a1e5e843fcc7..3050a9151ee0 100644 --- a/sys/mips/include/vmparam.h +++ b/sys/mips/include/vmparam.h @@ -96,7 +96,7 @@ #define VM_MINUSER_ADDRESS ((vm_offset_t)0x00000000) #define VM_MAX_MMAP_ADDR VM_MAXUSER_ADDRESS -#if defined(__mips_n64) +#ifdef __mips_n64 #define VM_MAXUSER_ADDRESS (VM_MINUSER_ADDRESS + (NPDEPG * NBSEG)) #define VM_MIN_KERNEL_ADDRESS ((vm_offset_t)0xc000000000000000) #define VM_MAX_KERNEL_ADDRESS (VM_MIN_KERNEL_ADDRESS + (NPDEPG * NBSEG)) @@ -185,7 +185,7 @@ * allocations use HIGHMEM if available, and then DEFAULT. * - HIGHMEM for other pages */ -#if 0 /* Not yet, change n64 to use xkphys */ +#ifdef __mips_n64 #define VM_NFREELIST 1 #define VM_FREELIST_DEFAULT 0 #define VM_FREELIST_DIRECT VM_FREELIST_DEFAULT |
