X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Firq%2Fproc.c;h=33fe32e114cb40e68675281df8753539f17bcfae;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=f555f87cfca4c818f1a0d3d3f71535b1ef82aef6;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/kernel/irq/proc.c b/kernel/irq/proc.c index f555f87cf..33fe32e11 100644 --- a/kernel/irq/proc.c +++ b/kernel/irq/proc.c @@ -19,8 +19,6 @@ static struct proc_dir_entry *root_irq_dir, *irq_dir[NR_IRQS]; */ static struct proc_dir_entry *smp_affinity_entry[NR_IRQS]; -cpumask_t irq_affinity[NR_IRQS] = { [0 ... NR_IRQS-1] = CPU_MASK_ALL }; - static int irq_affinity_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) {