"fast data access mmu miss" on kernels w/o "makeoptions DEBUG=-g"

Marius Strobl marius at alchemy.franken.de
Wed Aug 24 17:14:45 GMT 2005


On Wed, Aug 24, 2005 at 11:39:40PM +0900, R. Imura wrote:
> Hi,
> 
> On Wed, Aug 24, 2005 at 10:01:47AM +0900, Pyun YongHyeon wrote:
> > On Tue, Aug 23, 2005 at 09:11:17AM -0400, John Nielsen wrote:
> >  > On Tuesday 23 August 2005 04:15, Pyun YongHyeon wrote:
> >  > > It seems that iconv needs default KOBJMETHOD for ICONV_CONVERTER_NAME.
> >  > > With attached patch I can boot my system with LIBICONV.
> >  > > John Nielsen, would you please let me know how the attached patch goes
> >  > > on your system?
> >  > 
> >  > My system already boots fine with LIBICONV, although I haven't tried 
> > 
> > Then it seems that you are seeing differnet issues not known to me.
> > Would you please post stack trace?
> > 
> >  > mounting and SMB FS yet.
> >  > 
> > 
> > smbfs does not work on sparc64 as smbfs assumes it runs on
> > architectures that allow on-aligned memory access. It also needs
> > big-endian clean up too.(See sys/mchain.h)
> 
> To begin with, you might want this patch. :)
> 

You probably should go the NetBSD route and change the consumers
of these macros to use the byteorder(9) functions like htole16(9)
directly. Btw., NetBSD seems to also have fixed the alignment
issues.

Marius



More information about the freebsd-sparc64 mailing list