• Suresh Siddha's avatar
    x64, x2apic/intr-remap: basic apic ops support · 1b374e4d
    Suresh Siddha authored
    Introduce basic apic operations which handle the apic programming. This
    will be used later to introduce another specific operations for x2apic.
    
    For the perfomance critial accesses like IPI's, EOI etc, we use the
    native operations as they are already referenced by different
    indirections like genapic, irq_chip etc.
    
    64bit Paravirt ops can also define their apic operations accordingly.
    Signed-off-by: default avatarSuresh Siddha <suresh.b.siddha@intel.com>
    Cc: akpm@linux-foundation.org
    Cc: arjan@linux.intel.com
    Cc: andi@firstfloor.org
    Cc: ebiederm@xmission.com
    Cc: jbarnes@virtuousgeek.org
    Cc: steiner@sgi.com
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    1b374e4d
ipi.h 2.95 KB