summaryrefslogtreecommitdiff
path: root/sys/arch/hpcmips/include/kloader.h
AgeCommit message (Collapse)Author
2020-09-06Fix some more uvm header fallout. Add include guards while here.riastradh
2015-06-11Add struct pmap_limits and pm_{min,max}addr from uvm/pmap/map.h and use it tomatt
store avail_start, avail_end, virtual_start, and virtual_end. Remove iospace and let emips just bump pmap_limits.virtual_start to get the VA space it needs. pmap_segtab.c is almost identical to uvm/pmap/pmap_segtab.c now. It won't be long until we switch to the uvm/pmap one.
2011-03-16Put awful kludge to make MI kloader.c link on hpcmips.tsutsui
XXX: sys/dev/kloader.c should not refer avail_start and avail_end
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2005-12-11merge ktrace-lwp.christos
2004-07-06MI part of kloader moved to dev/kloader.c from arch/hpc/hpc/uch
dreamcast and playstation2 port are changed to use this.
2002-01-29hpcmips support of kloader.uch