aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/aim
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2020-07-07 20:33:11 +0000
committerScott Long <scottl@FreeBSD.org>2020-07-07 20:33:11 +0000
commitb302c2e5c9aab8bd49b0c290b3b4f11f5453fcd2 (patch)
tree7797ebb475da8f9b7612c52b582494285102b06c /sys/powerpc/aim
parent3c67996ca9a6231d5f737a32efe618b2ead7acc1 (diff)
downloadsrc-b302c2e5c9aab8bd49b0c290b3b4f11f5453fcd2.tar.gz
src-b302c2e5c9aab8bd49b0c290b3b4f11f5453fcd2.zip
Migrate the feature of excluding RAM pages to use "excludelist"
as its nomenclature. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=362998
Diffstat (limited to 'sys/powerpc/aim')
-rw-r--r--sys/powerpc/aim/mmu_radix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/aim/mmu_radix.c b/sys/powerpc/aim/mmu_radix.c
index 9efe0207c108..256cf35c804e 100644
--- a/sys/powerpc/aim/mmu_radix.c
+++ b/sys/powerpc/aim/mmu_radix.c
@@ -3557,7 +3557,7 @@ mmu_radix_init()
int error, i, pv_npg;
/* L1TF, reserve page @0 unconditionally */
- vm_page_blacklist_add(0, bootverbose);
+ vm_page_excludelist_add(0, bootverbose);
zone_radix_pgd = uma_zcache_create("radix_pgd_cache",
RADIX_PGD_SIZE, NULL, NULL,