[Bug 285415] [Hyper-V] i386 panic during vm_phys_early_startup()

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 23 Mar 2025 02:54:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285415

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open

--- Comment #7 from Mark Johnston <markj@FreeBSD.org> ---
(In reply to Konstantin Belousov from comment #4)
I don't really want to spend [more] time, but from a quick glance I think the
vm_phys_early_add_seg() call in pmap_bootstrap() is wrong now.  It covers the
pages allocated by pmap_cold(), but this is already done by the
vm_phys_early_add_seg() call in getmemsize().  So maybe simply removing that
call is sufficient.

-- 
You are receiving this mail because:
You are the assignee for the bug.