From: Paul E. McKenney Date: Sat, 30 Jul 2011 14:32:48 +0000 (-0700) Subject: rcu: Make rcu_implicit_dynticks_qs() locals be correct size X-Git-Tag: v3.2-rc1~165^2^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eb4f4553ceaa6c64da83c8a71d5a991c0188655;p=pandora-kernel.git rcu: Make rcu_implicit_dynticks_qs() locals be correct size When the ->dynticks field in the rcu_dynticks structure changed to an atomic_t, its size on 64-bit systems changed from 64 bits to 32 bits. The local variables in rcu_implicit_dynticks_qs() need to change as well, hence this commit. Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed