From: Yinghai Lu Date: Sun, 25 Jan 2009 10:38:09 +0000 (-0800) Subject: x86: make irqinit_32.c more like irqinit_64.c, v2 X-Git-Tag: v2.6.31-rc1~383^2~520 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb3f0b59ad005d2d2ecbbe9bd048eab6d1ecbd31;p=pandora-kernel.git x86: make irqinit_32.c more like irqinit_64.c, v2 Impact: cleanup 1. add smp_intr_init and apic_intr_init for 32bit, the same as 64bit 2. move the apic_intr_init() call before set gate with interrupt[i] 3. for 64bit, if ia32_emulation is not used, will make per_cpu to use 0x80 vector. [ v2: should use !test_bit() instead of test_bit() with 32bit ] Signed-off-by: Yinghai Lu Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed