Revision 93921f5c2ce7427cc30341c86882527d1d1d8770 authored by Stephen Rothwell on 04 July 2008, 16:59:48 UTC, committed by Linus Torvalds on 04 July 2008, 17:40:07 UTC
In linux-next there is a commit ("rcu: split list.h and move rcu-protected
lists into rculist.h") that moved the rcu related list iterators from
list.h to rculist.h.  Add a trivial version of the file now so that
various subsystem trees can start using it now for -next changes and so
reduce the build errors caused by adding uses of the moved functions.

Cc: Franck Bui-Huu <fbuihuu@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Josh Triplett <josh@kernel.org>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent fc26361
History
File Mode Size
check-all.sh -rw-r--r-- 434 bytes
rt-tester.py -rw-r--r-- 5.2 KB
t2-l1-2rt-sameprio.tst -rw-r--r-- 1.6 KB
t2-l1-pi.tst -rw-r--r-- 1.4 KB
t2-l1-signal.tst -rw-r--r-- 1.3 KB
t2-l2-2rt-deadlock.tst -rw-r--r-- 1.4 KB
t3-l1-pi-1rt.tst -rw-r--r-- 1.5 KB
t3-l1-pi-2rt.tst -rw-r--r-- 1.5 KB
t3-l1-pi-3rt.tst -rw-r--r-- 1.5 KB
t3-l1-pi-signal.tst -rw-r--r-- 1.7 KB
t3-l1-pi-steal.tst -rw-r--r-- 1.7 KB
t3-l2-pi.tst -rw-r--r-- 1.5 KB
t4-l2-pi-deboost.tst -rw-r--r-- 2.1 KB
t5-l4-pi-boost-deboost-setsched.tst -rw-r--r-- 3.0 KB
t5-l4-pi-boost-deboost.tst -rw-r--r-- 2.3 KB

back to top