https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232675

--- Comment #32 from Mark Johnston <ma...@freebsd.org> ---
(In reply to Mark Johnston from comment #30)
I spent some time digging into this; the problem appears to be that we define
struct pmap, once for the PAE pmap and once for the non-PAE pmap, and this
structure is embedded in struct vmspace, which results in bifurcation of the
type graph.  I'll try to find a way to fix this that isn't too ugly.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-dtrace@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-dtrace
To unsubscribe, send any mail to "freebsd-dtrace-unsubscr...@freebsd.org"

Reply via email to