diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2018-12-01 16:43:18 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2018-12-01 16:43:18 +0000 |
| commit | 36e1b9702e216b3ac42c478a958a111acfbaa39d (patch) | |
| tree | f3625c97047f8537d9b23d963ad47e3ba0e629a1 /sys/i386 | |
| parent | ddf6571230dd508f458982c911ba332da0fcbab4 (diff) | |
Notes
Diffstat (limited to 'sys/i386')
| -rw-r--r-- | sys/i386/i386/pmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c index ff9b8022193a..763808be016c 100644 --- a/sys/i386/i386/pmap.c +++ b/sys/i386/i386/pmap.c @@ -2568,7 +2568,7 @@ get_pv_entry(pmap_t pmap, boolean_t try) if (ratecheck(&lastprint, &printinterval)) printf("Approaching the limit on PV entries, consider " "increasing either the vm.pmap.shpgperproc or the " - "vm.pmap.pv_entry_max tunable.\n"); + "vm.pmap.pv_entries tunable.\n"); retry: pc = TAILQ_FIRST(&pmap->pm_pvchunk); if (pc != NULL) { |
