x86: initialize all fields of mp_irqs[mp_irq_entries]
authorSoeren Sandmann <sandmann@daimi.au.dk>
Sun, 18 May 2008 03:24:41 +0000 (05:24 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 25 May 2008 08:55:13 +0000 (10:55 +0200)
commit59f4519ad7ade61123e90085b0dadb2ea197bd87
tree4df7527f2bc783aa3ee5b9e22f2ee2e712d4d9f7
parent2fddb6e28e903a3ab1704cc5aac01be5a59dc05b
x86: initialize all fields of mp_irqs[mp_irq_entries]

Commit "x86: make config_irqsrc not MPspec specific" introduced some uses
of uninitialized fields in mp_config_acpi_legacy_irqs(). I need the
following patch to get sched-devel/master to boot.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/acpi/boot.c