commit | 1a8a51004a18b627ea81444201f7867875212f46 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon Mar 30 22:05:13 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Mon Mar 30 22:05:14 2009 +1030 |
tree | c9c99fcbfc6ea590aac34317e9a6676dfab1d051 | |
parent | 9489424454c93f4d225d7af47978f8c7e84bf4d4 [diff] |
cpumask: remove references to struct irqaction's mask field. Impact: cleanup It's unused, since about 1995. So remove all initialization of it in preparation for actually removing the field. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Acked-by: Thomas Gleixner <tglx@linutronix.de>