summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64/spinlock.h
Commit message (Collapse)AuthorAgeFilesLines
* spin_trylock acts on a word memory pointer, and can not use test_and_set_bitKanoj Sarcar2000-03-311-1/+18
| | | | | which works on a double-word memory pointer. Wrong results ensue otherwise due to in memory format of data (aka endianness).
* Put an instruction in the branch delay slot of the read_unlock()Kanoj Sarcar2000-03-311-0/+1
| | | | | block which is compiled .noreorder, to prevent the assembler from putting something destructive.
* MIPS64 SMP, compile only edition. Don't use yet ...Ralf Baechle2000-03-141-1/+4
|
* Add memory clobbers.Ralf Baechle2000-01-251-5/+9
|
* Let's start the run on SMP. Here are the spinlocks.Ralf Baechle2000-01-231-2/+135
|
* Merge with 2.3.19.Ralf Baechle1999-10-091-65/+1
|
* - Drop support for 32/32 fp register modelRalf Baechle1999-08-181-0/+76
- Fix siginfo structure definition - Ptrace fixes, one of them was an uninitialized pointer. - Header file fixes. - Fixes to linker scripts required for new binutils. - MIPS64. Chainsaw edition. Btw, Harald, why does the kernel no longer compile ...