Subject: Re: new pmap To: UCHIYAMA Yasushi <uch@vnop.net> From: Marcus Comstedt <marcus@mc.pp.se> List: port-sh3 Date: 05/01/2002 04:34:02
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