commit | fc0763f53e3ff6a6bfa66934662a3446b9ca6f16 | [log] [tgz] |
---|---|---|
author | Shi, Alex <alex.shi@intel.com> | Thu Jul 28 14:56:12 2011 +0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Sep 28 21:38:29 2011 -0700 |
tree | 2671d3f6275c9707a620032658ecb05025e4e9fa | |
parent | d7bd2d68aa2ee2738a10c8ad9346b805e4ab2e1c [diff] |
nohz: Remove nohz_cpu_mask RCU no longer uses this global variable, nor does anyone else. This commit therefore removes this variable. This reduces memory footprint and also removes some atomic instructions and memory barriers from the dyntick-idle path. Signed-off-by: Alex Shi <alex.shi@intel.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>