x86: use dstapic in mp_config_acpi_legacy_irqs
authorYinghai Lu <yhlu.kernel@gmail.com>
Mon, 16 Jun 2008 01:19:46 +0000 (18:19 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 8 Jul 2008 08:36:55 +0000 (10:36 +0200)
commit6df8809bbd1b48cc6d428df7372ed749c8711641
tree6124bf3440d48cd474b79f8e7fcf378bee099a5e
parentd867e5310bd3c560093d39669ef52ff7f1b5711a
x86: use dstapic in mp_config_acpi_legacy_irqs

so we don't get the same value multiple times.

also make mp_config_acpi_legacy_irqs more readable by moving assignments
together.

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/acpi/boot.c