[EMAIL PROTECTED] (Nathan Myers) writes: > Since the actual instruction sequence is probably lifted from the > MIPS manual, it's probably much freer than GPL. For the paranoid, > the actual instructions, extracted, are just > > 1: > ll %0,%3 > bnez %0,2f > li %1,1 > sc %1,%2 > beqz %1,1b > 2: But note that the ll instruction is MIPS ISA II, which means that it is not supported by the R3000, which means that it will not work on most DECstations. I don't think there is any way to do a reliable test-and-set sequence in user mode on an R3000. Ian ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html
- Re: [HACKERS] Re: Call for platfo... Thomas Lockhart
- Re: [HACKERS] Re: Call for pl... Tom Lane
- Re: [HACKERS] Re: Call for pl... Mathijs Brands
- Re: [HACKERS] Re: Call for pl... Thomas Lockhart
- Re: [HACKERS] Re: Call for pl... Tom Lane
- Regression test on FBSD 3.3 &... Mathijs Brands
- Re: Regression test on FBSD 3... Tom Lane
- [HACKERS] Re: Regression test... Thomas Lockhart
- Re: Regression test on FBSD 3... Peter Eisentraut
- Re: [HACKERS] MIPS test-and-s... Nathan Myers
- Re: [HACKERS] Re: Call for pl... Ian Lance Taylor
- Re: [HACKERS] Re: Call for pl... Justin Clift
- Re: [HACKERS] Re: Call for pl... Mathijs Brands
- Re: [HACKERS] Call for platforms Ryan Kirkpatrick
- Re: [HACKERS] Call for platforms Adriaan Joubert
- [HACKERS] Call for platforms Giles Lean
- [HACKERS] Re: Call for platforms Thomas Lockhart
- [HACKERS] Re: Call for platforms Giles Lean
- Re: [HACKERS] Re: Call for platforms Tom Ivar Helbekkmo
- Re: [HACKERS] Re: Call for platforms Peter Eisentraut
- Re: [HACKERS] Re: Call for platfo... Tom Ivar Helbekkmo