NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PR/51254 CVS commit: src/sys/uvm



Ah, it seems like PMAP_PREFER() changes "hint" unexpectedly.
Both sh3 and sparc64 (the original target of this PR) have
PMAP_PREFER().

We had a similar bug before: kern/54395. In this case, non-zero
"align" caused the KASSERT failure. We fixed the problem by aligning
"hint" at the beginning of uvm_map():

http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/uvm/uvm_map.c#rev1.365

Thanks,
rin


Home | Main Index | Thread Index | Old Index