commit | 8a467a529f01c3471b195a0e8989c6177fe145ef | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Aug 22 10:34:31 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Sep 21 11:57:51 2007 +0900 |
tree | 0f3c5bf78acf98c28ebb36110c94d6b8dc2e836b | |
parent | b05d1865b46ea72c66ba082598ba370582bb590e [diff] |
sh: Overhaul spinlocks and rwlocks for SH-4A SMP. This rips out some of the old spinlock and rwlock behaviour that the SH-2 parts were using and reworks them for LL/SC semantics on the SH-4A. This is primarily only useful for SH-X3 multi-cores, but can also be used for building CONFIG_SMP=y testing kernels on SH-4A UP. Signed-off-by: Paul Mundt <lethal@linux-sh.org>