These patches add a simple DEFINE_SRCU() which define and init the srcu struct in build time, and allow us use srcu in very early boot time.
Lai Jiangshan (4): srcu: add my name srcu: export process_srcu() srcu: add DEFINE_SRCU rcutorture: use DEFINE_STATIC_SRCU() include/linux/srcu.h | 34 ++++++++++++++++++++++++++++++++++ kernel/rcutorture.c | 41 ++++++----------------------------------- kernel/srcu.c | 8 ++++---- 3 files changed, 44 insertions(+), 39 deletions(-) -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

