On Sun, Oct 14, 2001 at 11:01:30PM +0200, Ralf Baechle wrote: > On Sun, Oct 14, 2001 at 09:30:52AM -0700, H . J . Lu wrote: > > > > hello. > > > As for everybody, does MySQL operate without trouble? > > > > > > OS: PS2 Linux. > > > CPU: R5900 > > > gcc 2.95.2 > > > glibc 2.2.2 > > > $ uname -a > > > Linux speed-ps 2.2.1 #94 Thu Apr 19 12:13:01 JST 2001 mips unknown > > > > > > > I ported mysql 3.23.36 to mips II and above in my RedHat 7.1 for > > mips. > > I assume MIPS II means you're using ll/sc in the locking code in the MySQL. > Now that the ll/sc emulation is finally fixed these instructions will > also work for ll/sc-less CPUs. Yes. It has some Linux/mips patch. I can only guess Linux/mips looks different than other Linux targets because of IRIX :-). See my RedHat 7.1 port for details. H.J.