Port-mips archive

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

Re: Which cpus are known to work on the mips64 branch?



On Thu, Jun 24, 2010 at 03:24:17PM +0200, Martin Husemann wrote:
> On Thu, Jun 24, 2010 at 08:29:02PM +1000, Simon Burge wrote:
> > This turns out to be a bug I fixed on HEAD a while ago, but hasn't
> > yet been fixed on the netbsd-5 mips64 branch.  Look at rev 1.11 of
> > sys/arch/mips/mips/lock_stubs.S.
> 
> Indeed, with that revision, and the alchemy bus_space_handle_t fixes
> merged from -current I get a lot further (don't laugh):
> 
> init: copying out path `/sbin/init' 11
> pid 1(init): ABI set to O32 (e_flags=0x1007)
> panic: init died (signal 0, exit 12)        

init doing a exit(12) would be:
        warn("Unable to run MAKEDEV");
        _exit(12);
probably because fork() failed.

-- 
Manuel Bouyer <bouyer%antioche.eu.org@localhost>
     NetBSD: 26 ans d'experience feront toujours la difference
--


Home | Main Index | Thread Index | Old Index