summaryrefslogtreecommitdiff
path: root/arch/x86/tools/gen-insn-attr-x86.awk
diff options
context:
space:
mode:
authorSuresh Siddha <suresh.b.siddha@intel.com>2012-11-26 22:49:36 (GMT)
committerH. Peter Anvin <hpa@linux.intel.com>2012-11-26 23:43:25 (GMT)
commit29c574c0aba8dc0736e19eb9b24aad28cc5c9098 (patch)
treec0f39f6228926d5e810b497e9a167f511f3b5d7f /arch/x86/tools/gen-insn-attr-x86.awk
parent4d0e42cc66f4e7e0bf08b29da1ae6ebd60549c4e (diff)
downloadlinux-fsl-qoriq-29c574c0aba8dc0736e19eb9b24aad28cc5c9098.tar.xz
x86, apic: Cleanup cfg->domain setup for legacy interrupts
Issues that need to be handled: * Handle PIC interrupts on any CPU irrespective of the apic mode * In the apic lowest priority logical flat delivery mode, be prepared to handle the interrupt on any CPU irrespective of what the IO-APIC RTE says. * Because of above, when the IO-APIC starts handling the legacy PIC interrupt, use the same vector that is being used by the PIC while programming the corresponding IO-APIC RTE. Start with all the cpu's in the legacy PIC interrupts cfg->domain. By the time IO-APIC starts taking over the PIC interrupts, apic driver model is finalized. So depend on the assign_irq_vector() to update the cfg->domain and retain the same vector that was used by PIC before. For the logical apic flat mode, cfg->domain is updated (during the first call to assign_irq_vector()) to contain all the possible online cpu's (0xff). Vector used for the legacy PIC interrupt doesn't change when the IO-APIC starts handling the interrupt. Any interrupt migration after that doesn't change the cfg->domain or the vector used. For other apic modes like physical mode, cfg->domain is updated (during the first call to assign_irq_vector()) to the boot cpu (cpu-0), with the same vector that is being used by the PIC. When that interrupt is migrated to a different cpu, cfg->domin and the vector assigned will change accordingly. Tested-by: Borislav Petkov <bp@alien8.de> Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com> Link: http://lkml.kernel.org/r/1353970176.21070.51.camel@sbsiddha-desk.sc.intel.com Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/tools/gen-insn-attr-x86.awk')
0 files changed, 0 insertions, 0 deletions