From: Jeremy Fitzhardinge Date: Wed, 2 May 2007 17:27:11 +0000 (+0200) Subject: [PATCH] i386: Add smp_ops interface X-Git-Tag: v2.6.22-rc1~1011^2~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01a2f435564b4baab61328b4018d36464468f57b;p=pandora-kernel.git [PATCH] i386: Add smp_ops interface Add a smp_ops interface. This abstracts the API defined by 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: Jeremy Fitzhardinge Signed-off-by: Andi Kleen Cc: Andi Kleen Cc: Ingo Molnar Cc: James Bottomley --- Reading git-diff-tree failed