Skip to content
  • Jeremy Fitzhardinge's avatar
    [PATCH] i386: Add smp_ops interface · 01a2f435
    Jeremy Fitzhardinge authored
    
    
    Add a smp_ops interface.  This abstracts the API defined by
    <linux/smp.h> for use within arch/i386.  The primary intent is that it
    be used by a paravirtualizing hypervisor to implement SMP, but it
    could also be used by non-APIC-using sub-architectures.
    
    This is related to CONFIG_PARAVIRT, but is implemented unconditionally
    since it is simpler that way and not a highly performance-sensitive
    interface.
    
    Signed-off-by: default avatarJeremy Fitzhardinge <jeremy@xensource.com>
    Signed-off-by: default avatarAndi Kleen <ak@suse.de>
    Cc: Andi Kleen <ak@suse.de>
    Cc: Ingo Molnar <mingo@elte.hu>
    Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
    01a2f435