pgsql/src/backend/storage/lmgr s_lock.c

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/storage/lmgr s_lock.c
Date: 2002-04-05 11:38:17
Message-ID: 20020405113817.A1DAB475B87@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/04/05 06:38:16

Modified files:
src/backend/storage/lmgr: s_lock.c

Log message:
Looks like a small patch is needed as well to do the right thing on Linux.

The patch enables the mips2 ISA for the ll/sc operations, and then restores
it when done. The kernel/libc emulation code will take over on CPUs without
ll/sc, and on CPUs with it, it'll use the operations provided by the CPU.

Combined with the earlier fix (removing -mips2), postgresql builds again on
mips and mipsel. The patch is against 7.2-7.

Oliver Elphick

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-04-05 11:39:48 pgsql/src/interfaces/ecpg preproc/pgc.l test/t ...
Previous Message Tom Lane 2002-04-05 05:47:06 pgsql/src/backend optimizer/prep/preptlist.c r ...