git: vkernel: Make kptobj a static structure.
Antonio Huete Jimenez
tuxillo at crater.dragonflybsd.org
Fri Jan 20 13:21:38 PST 2017
commit 15d6dd342799b62370cbb087a4b36cc66b83a926
Author: Antonio Huete Jimenez <tuxillo at quantumachine.net>
Date: Thu Jan 19 00:03:16 2017 -0800
vkernel: Make kptobj a static structure.
- There is a chicken-egg problem while allocating kptobj. Recent changes
have made vm_object allocation to depend on kmalloc() which will call
pmap_growkernel() when kptobj is not yet ready.
Summary of changes:
sys/platform/vkernel64/platform/pmap.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/15d6dd342799b62370cbb087a4b36cc66b83a926
--
DragonFly BSD source repository
More information about the Commits
mailing list