commit | 73d0a4b107d58908305f272bfae9bd17f74a2c81 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon Mar 30 22:05:16 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Mon Mar 30 22:05:16 2009 +1030 |
tree | 2dd9c3c51e227880abd662a7749bf3f843b9f6d4 | |
parent | aa85ea5b89c36c51200d795dd788139bd9b8cf50 [diff] |
cpumask: convert rcutorture.c We're getting rid of cpumasks on the stack. Simply change tmp_mask to a global, and allocate it in rcu_torture_init(). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Acked-by: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> Cc: Josh Triplett <josh@freedesktop.org>