]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Updates for alignment rounding. XXX this is highly machine dependent and
authorPeter Wemm <peter@FreeBSD.org>
Fri, 9 Oct 1998 23:59:01 +0000 (23:59 +0000)
committerPeter Wemm <peter@FreeBSD.org>
Fri, 9 Oct 1998 23:59:01 +0000 (23:59 +0000)
commite4f1a52f7a73b491ef97b7a8f5a20cb831f732ab
tree811f2ca88855d473ed0c4acedf9809212381007b
parentde78ca7e63f536525731c993100a2037cc3ba7d5
Updates for alignment rounding.  XXX this is highly machine dependent and
should probably be moved to i386/i386/link_machdep.c (and the same for the
alpha).
Implement "deleting" a preloaded module by destroying it's tags. This is a
hack.  We cannot reuse the data, it's been destroyed by relocation,
statically initialized variables have been modified, etc.  Note that to
reclaim the load space is going to be more machine-dependent work.
Implement a relocate hook for machdep.c to call so that the physical
addresses get converted to the equivalent KVM addresses.
sys/kern/subr_module.c