Module Name: src Committed By: uwe Date: Thu Feb 2 21:57:03 UTC 2017
Modified Files: src/sys/arch/landisk/landisk: machdep.c Log Message: Pass kernend as the start parameter to uvm_page_physload(). This fixes pmap_steal_memory() as it can now unplug from the start of the segment. This might be the right thing to do too as the pages before kernend are accessed via directly mapped P1, but i need to ask someone with a clue. This is also what evbsh3 always did. Anyway, this at least unbreaks landisk after uvm hotplug fallout. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/landisk/landisk/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.