https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194974
Alan Cox <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Alan Cox <[email protected]> --- Use dump_avail[] rather than phys_avail[]. Between the time that we first initialize phys_avail[] and finally execute vm_page_startup(), we remove pages from phys_avail[] for various purposes. Also, dump_avail[] includes pages containing the kernel code and data that are excluded from phys_avail[]. In summary, dump_avail[] more accurately describes the physical memory of the machine. See the arm version of this code. It already implements the check against dump_avail[]. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
