diff --git a/[refs] b/[refs] index 0df5182abdcb..2370710f197d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: de21eb63add932c61e018d20a760dcaed8c3e40c +refs/heads/master: 2cc78eb52bc1ae89f0a4fa5a00eb998dffde4a9f diff --git a/trunk/kernel/rcupdate.c b/trunk/kernel/rcupdate.c index bef3b6901b76..dd99415b1551 100644 --- a/trunk/kernel/rcupdate.c +++ b/trunk/kernel/rcupdate.c @@ -71,7 +71,7 @@ DEFINE_PER_CPU(struct rcu_data, rcu_bh_data) = { 0L }; /* Fake initialization required by compiler */ static DEFINE_PER_CPU(struct tasklet_struct, rcu_tasklet) = {NULL}; -static int maxbatch = 10; +static int maxbatch = 10000; #ifndef __HAVE_ARCH_CMPXCHG /*