https://github.com/torvalds/linux
Revision d52c2d5a626a2cb1848fa7063b3ab79e2752dac7 authored by Dave Johnson on 06 March 2007, 01:50:27 UTC, committed by Ralf Baechle on 07 March 2007, 00:07:17 UTC
A deadlock can occur for mixed irq and non-irq rwlock readers if a 2nd
reader attempts to take lock by looping around __raw_read_trylock().

Signed-off-by: Dave Johnson <djohnson+linux-mips@sw.starentnetworks.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent d0c91ae
History
Tip revision: d52c2d5a626a2cb1848fa7063b3ab79e2752dac7 authored by Dave Johnson on 06 March 2007, 01:50:27 UTC
[MIPS] Fix __raw_read_trylock() to allow multiple readers
Tip revision: d52c2d5
File Mode Size
.gitignore -rw-r--r-- 94 bytes
Kconfig -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 1.8 KB
gen_init_cpio.c -rw-r--r-- 11.3 KB
initramfs_data.S -rw-r--r-- 1.0 KB

back to top