android_kernel_xiaomi_sm8350/arch/ia64/sn/kernel
Franck Bui-Huu 82524746c2 rcu: split list.h and move rcu-protected lists into rculist.h
Move rcu-protected lists from list.h into a new header file rculist.h.

This is done because list are a very used primitive structure all over the
kernel and it's currently impossible to include other header files in this
list.h without creating some circular dependencies.

For example, list.h implements rcu-protected list and uses rcu_dereference()
without including rcupdate.h.  It actually compiles because users of
rcu_dereference() are macros.  Others RCU functions could be used too but
aren't probably because of this.

Therefore this patch creates rculist.h which includes rcupdates without to
many changes/troubles.

Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Josh Triplett <josh@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-05-19 10:01:37 +02:00
..
sn2 ia64: use non-racy method for proc entries creation 2008-04-29 08:06:21 -07:00
bte_error.c [IA64] Fix Altix BTE error return status 2007-12-19 11:19:19 -08:00
bte.c [IA64] Fix Altix BTE error return status 2007-12-19 11:19:19 -08:00
huberror.c [IA64] minor irq handler cleanups 2008-04-22 08:56:58 -07:00
idle.c
io_acpi_init.c [IA64] remove remaining __FUNCTION__ occurrences 2008-03-06 09:19:27 -08:00
io_common.c [IA64] remove remaining __FUNCTION__ occurrences 2008-03-06 09:19:27 -08:00
io_init.c [IA64] remove remaining __FUNCTION__ occurrences 2008-03-06 09:19:27 -08:00
iomv.c
irq.c rcu: split list.h and move rcu-protected lists into rculist.h 2008-05-19 10:01:37 +02:00
klconflib.c
machvec.c
Makefile [IA64] move XP and XPC to drivers/misc/sgi-xp 2008-04-22 15:08:17 -07:00
mca.c [IA64] remove remaining __FUNCTION__ occurrences 2008-03-06 09:19:27 -08:00
msi_sn.c
pio_phys.S
setup.c sched: remove printk_clock references from ia64 2008-01-25 21:07:59 +01:00
tiocx.c Driver core: change add_uevent_var to use a struct 2007-10-12 14:51:01 -07:00