diff options
author | ian <ian@FreeBSD.org> | 2014-05-17 21:46:25 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2014-05-17 21:46:25 +0000 |
commit | 9d16e04a2f779a947e7b68cb5ddde3ec3cea847a (patch) | |
tree | 900d44f878f1188f57b6c65922ceb144f38c03b9 /sys/arm | |
parent | 60aa355ac436ba73dd357d7a0a08de470a5040af (diff) | |
download | FreeBSD-src-9d16e04a2f779a947e7b68cb5ddde3ec3cea847a.zip FreeBSD-src-9d16e04a2f779a947e7b68cb5ddde3ec3cea847a.tar.gz |
MFC 264203, 264204, 264206, 264218:
Tell VM we now have ARM platforms with physically discontiguous memory.
Define the full 1024M of ram on the imx51 and imx53 boards.
Use a more professional uart device description.
Diffstat (limited to 'sys/arm')
-rw-r--r-- | sys/arm/include/vmparam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm/include/vmparam.h b/sys/arm/include/vmparam.h index bf6e9f4..1c6085e 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 |