dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/include/asm-cris/arch-v32
Martin Schwidefsky ef6edc9746 [PATCH] Directed yield: cpu_relax variants for spinlocks and rw-locks
On systems running with virtual cpus there is optimization potential in
regard to spinlocks and rw-locks.  If the virtual cpu that has taken a lock
is known to a cpu that wants to acquire the same lock it is beneficial to
yield the timeslice of the virtual cpu in favour of the cpu that has the
lock (directed yield).

With CONFIG_PREEMPT="n" this can be implemented by the architecture without
common code changes.  Powerpc already does this.

With CONFIG_PREEMPT="y" the lock loops are coded with _raw_spin_trylock,
_raw_read_trylock and _raw_write_trylock in kernel/spinlock.c.  If the lock
could not be taken cpu_relax is called.  A directed yield is not possible
because cpu_relax doesn't know anything about the lock.  To be able to
yield the lock in favour of the current lock holder variants of cpu_relax
for spinlocks and rw-locks are needed.  The new _raw_spin_relax,
_raw_read_relax and _raw_write_relax primitives differ from cpu_relax
insofar that they have an argument: a pointer to the lock structure.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Haavard Skinnemoen <hskinnemoen@atmel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-10-01 00:39:21 -07:00
..
hwregs [PATCH] CRIS update: new subarchitecture v32 2005-07-27 16:26:01 -07:00
Kbuild Clean up exported headers on CRIS 2006-09-21 09:33:55 +01:00
arbiter.h typo fixes: bandwith -> bandwidth 2006-06-30 18:19:55 +02:00
atomic.h [PATCH] CRIS update: new subarchitecture v32 2005-07-27 16:26:01 -07:00
bitops.h [PATCH] cris: "extern inline" -> "static inline" 2005-11-07 07:53:30 -08:00
byteorder.h [PATCH] cris: "extern inline" -> "static inline" 2005-11-07 07:53:30 -08:00
cache.h [PATCH] Kill L1_CACHE_SHIFT_MAX 2006-01-08 20:13:39 -08:00
checksum.h [PATCH] cris: "extern inline" -> "static inline" 2005-11-07 07:53:30 -08:00
cryptocop.h [PATCH] CRIS update: new subarchitecture v32 2005-07-27 16:26:01 -07:00
delay.h [PATCH] cris: "extern inline" -> "static inline" 2005-11-07 07:53:30 -08:00
dma.h [PATCH] CRIS update: new subarchitecture v32 2005-07-27 16:26:01 -07:00
elf.h [PATCH] CRIS update: new subarchitecture v32 2005-07-27 16:26:01 -07:00
ide.h [PATCH] cris: "extern inline" -> "static inline" 2005-11-07 07:53:30 -08:00
intmem.h [PATCH] CRIS update: new subarchitecture v32 2005-07-27 16:26:01 -07:00
io.h Don't include linux/config.h from anywhere else in include/ 2006-04-26 12:56:16 +01:00
irq.h [PATCH] irq-flags: CRIS: Use the new IRQF_ constants 2006-07-02 13:58:46 -07:00
juliette.h [PATCH] CRIS update: new subarchitecture v32 2005-07-27 16:26:01 -07:00
memmap.h [PATCH] CRIS update: new subarchitecture v32 2005-07-27 16:26:01 -07:00
mmu.h [PATCH] CRIS update: new subarchitecture v32 2005-07-27 16:26:01 -07:00
offset.h [PATCH] CRIS update: new subarchitecture v32 2005-07-27 16:26:01 -07:00
page.h Don't include linux/config.h from anywhere else in include/ 2006-04-26 12:56:16 +01:00
pgtable.h [PATCH] CRIS update: new subarchitecture v32 2005-07-27 16:26:01 -07:00
pinmux.h [PATCH] CRIS update: new subarchitecture v32 2005-07-27 16:26:01 -07:00
processor.h Don't include linux/config.h from anywhere else in include/ 2006-04-26 12:56:16 +01:00
ptrace.h [PATCH] CRIS update: new subarchitecture v32 2005-07-27 16:26:01 -07:00
spinlock.h [PATCH] Directed yield: cpu_relax variants for spinlocks and rw-locks 2006-10-01 00:39:21 -07:00
system.h Don't include linux/config.h from anywhere else in include/ 2006-04-26 12:56:16 +01:00
thread_info.h [PATCH] cris: "extern inline" -> "static inline" 2005-11-07 07:53:30 -08:00
timex.h [PATCH] cris: "extern inline" -> "static inline" 2005-11-07 07:53:30 -08:00
tlb.h [PATCH] CRIS update: new subarchitecture v32 2005-07-27 16:26:01 -07:00
uaccess.h [PATCH] cris: "extern inline" -> "static inline" 2005-11-07 07:53:30 -08:00
unistd.h [PATCH] CRIS update: new subarchitecture v32 2005-07-27 16:26:01 -07:00
user.h [PATCH] CRIS update: new subarchitecture v32 2005-07-27 16:26:01 -07:00