From 0b7d5b8f89fe2ab534d89c5da8a87baaff976dd5 Mon Sep 17 00:00:00 2001 From: Ian Lepore Date: Sun, 6 Apr 2014 21:40:39 +0000 Subject: [PATCH] Tell VM we now have ARM platforms with physically discontiguous memory. --- sys/arm/include/vmparam.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arm/include/vmparam.h b/sys/arm/include/vmparam.h index bf6e9f4b4375..1c6085e640b9 100644 --- a/sys/arm/include/vmparam.h +++ b/sys/arm/include/vmparam.h @@ -77,9 +77,9 @@ #define VM_PHYSSEG_MAX 32 /* - * The physical address space is densely populated. + * The physical address space may be sparsely populated on some ARM systems. */ -#define VM_PHYSSEG_DENSE +#define VM_PHYSSEG_SPARSE /* * Create two free page pools. Since the ARM kernel virtual address