[Bug 231577] [PATCH] advice in sys/i386/i386/pmap.c is wrong
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Oct 2023 10:18:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231577
--- Comment #8 from commit-hook@FreeBSD.org ---
A commit in branch stable/12 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=0ceaf5d4628210226d0bafc2650b494a07ca9aaf
commit 0ceaf5d4628210226d0bafc2650b494a07ca9aaf
Author: Zhenlei Huang <zlei@FreeBSD.org>
AuthorDate: 2023-10-19 17:00:31 +0000
Commit: Zhenlei Huang <zlei@FreeBSD.org>
CommitDate: 2023-10-23 10:17:44 +0000
pmap: Prefer consistent naming for loader tunable
The sysctl knob 'vm.pmap.pv_entry_max' becomes a loader tunable since
7ff48af7040f (Allow a specific setting for pv entries) but is fetched
from system environment 'vm.pmap.pv_entries'. That is inconsistent and
obscure.
This reverts 36e1b9702e21 (Correct the tunable name in the message).
PR: 231577
Reviewed by: jhibbits, alc, kib
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D42274
(cherry picked from commit 02320f64209563e35fa371fc5eac94067f688f7f)
(cherry picked from commit e53f8ca323e8e563d4b55883fc3544bea75aab29)
(cherry picked from commit 16afc2a4d9c581064aa32babc29c748ccd59863c)
sys/arm/arm/pmap-v6.c | 4 ++--
sys/i386/i386/pmap.c | 4 ++--
sys/powerpc/booke/pmap.c | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.