Re: new pmap
Marcus Comstedt <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sh3 |
|---|---|
| Message-ID | <[email protected]> |
Ok, problem solved. It was __udivdi3 that was giving me trouble, which was an effect of me compiling the kernel with -m4, something libkern obviously wasn't too happy about. Recompiling with -m3 fixed the problem. // Marcus