From: Paul E. McKenney Date: Sat, 16 Jun 2012 01:22:05 +0000 (-0700) Subject: rcu: Remove needless initialization X-Git-Tag: v3.6-rc1~168^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfed0a85dad921c683e9c0d25b072bcc5745ede0;p=pandora-kernel.git rcu: Remove needless initialization For global variables, C defaults all fields to zero. The initialization of the rcu_state structure's ->n_force_qs and ->n_force_qs_ngp fields is therefore redundant, so this commit removes these initializations. Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed