Subject: Re: KDE 3.2 appears to work on sparc64 finally; 32bit kernels
To: None <mrg@eterna.com.au>
From: Takeshi Nakayama <tn@catvmics.ne.jp>
List: port-sparc64
Date: 02/07/2004 09:27:41
>>> matthew green <mrg@eterna.com.au> wrote

> in the 'bad news' category:
> 
> 32 bit kernels seem busted.  my U10/440's latest kernel crashed coming
> upto multiuser, and the U5/300 has had the same problems with a GENERIC32.
> 
> the U5 looks like this, when it's trying to create an mfs /dev:

Workaround which I found is to compile sys/uvm/uvm_bio.c with -O0
or gcc-2.95.3.

It seems uvm_bio.o compiled with gcc3 -O2 has been broken (only 32-bit).

Takeshi