aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail/libmilter/docs/xxfi_close.html
diff options
context:
space:
mode:
authorAndrew Gallatin <gallatin@FreeBSD.org>2003-03-29 18:22:29 +0000
committerAndrew Gallatin <gallatin@FreeBSD.org>2003-03-29 18:22:29 +0000
commit62f456b3159e00bb92fe7f341f151d6177e87f1f (patch)
treef498f3ebfdc33b60b14fb4f6953602f2960ff983 /contrib/sendmail/libmilter/docs/xxfi_close.html
parent58b2ce3bee6b06edf5a4a6a2fd9c254cc22d1a22 (diff)
Fix the osf1 abi module on SMP systems by making the size of
a struct pmap be the same on both SMP and UP kernels. It turns out that the size of a struct pmap is much larger on alpha SMP systems due to the number of pm_asn's being dependant on MAX_CPU. Since modules are supposed to be SMP agnostic, this has the affect of moving around the "interesting bits" of the vmspace (daddr, dsize) that the osf1 module wants to frob. So the module ends up scribbling in a pmap struct, and the user either sees a panic, or an application failure. While here, I've also shrunk MAXCPU to 8 now that it affects the size of pmap structs on UP systesm. This should be plenty, as I'm unware of any hardware we currently run in which supports more than 8 CPUs.
Notes
Notes: svn path=/head/; revision=112809
Diffstat (limited to 'contrib/sendmail/libmilter/docs/xxfi_close.html')
0 files changed, 0 insertions, 0 deletions