> -----Original Message-----
> From: Atsushi Nemoto [mailto:anemo@mba.ocn.ne.jp]
> Sent: Wednesday, November 08, 2006 7:58 PM
> To: Trevor Hamm
> Cc: linux-mips@linux-mips.org
> Subject: Re: Problems booting Linux 2.6.18.1 on MIPS34K core
>
> Hmm, could you try init=/bin/sh? If the shell invoked successfully it
> might be COW issue.
Yes, /bin/sh works. I've also run different /sbin/init programs successfully
(sysvinit, busybox; I think I mentioned sysvinit worked in my original post).
It's just with simpleinit from util-linux 2.12r that we've seen this issue.
> In this case, could you try deleting
> __HAVE_ARCH_COPY_USER_HIGHPAGE in include/asm-mips/page.h?
>
Okay, I did this, but /sbin/init still hangs in the same place. I also had to
delete the copy_user_highpage function in arch/mips/mm/init.c to get the kernel
to build. It's now using the copy_user_highpage from include/linux/highmem.h.
I assume this was your intention?
Thanks,
Trevor
|