Partially revert r294055.

This part was a botched revert of a test change.

Spotted by:	alc
This commit is contained in:
Justin Hibbits 2016-01-16 21:24:12 +00:00
parent a94af9543d
commit 6d4bd09012

View File

@ -129,7 +129,7 @@ struct pmap_physseg {
* The physical address space is densely populated on 32-bit systems,
* but may not be on 64-bit ones.
*/
#ifdef __powerpc__
#ifdef __powerpc64__
#define VM_PHYSSEG_SPARSE
#else
#define VM_PHYSSEG_DENSE