irq: update all arches for new irq_desc
authorMike Travis <travis@sgi.com>
Mon, 12 Jan 2009 23:27:13 +0000 (15:27 -0800)
committerMike Travis <travis@sgi.com>
Mon, 12 Jan 2009 23:27:13 +0000 (15:27 -0800)
Impact: cleanup, update to new cpumask API

Irq_desc.affinity and irq_desc.pending_mask are now cpumask_var_t's
so access to them should be using the new cpumask API.

Signed-off-by: Mike Travis <travis@sgi.com>

No differences found