x86: add arch-specific SFI support
authorFeng Tang <feng.tang@intel.com>
Fri, 14 Aug 2009 19:23:29 +0000 (15:23 -0400)
committerLen Brown <len.brown@intel.com>
Fri, 28 Aug 2009 23:57:34 +0000 (19:57 -0400)
commitefafc8b213e67ed148a5b53ade29ee7b48af907d
tree416ffc86b22dcb4a7825b7148d208ff52bdd50d3
parent13e82d023c4c3f13ab1e665cbb917a7ebba8935c
x86: add arch-specific SFI support

arch/x86/kernel/sfi.c serves the dual-purpose of supporting the
SFI core with arch specific code, as well as a home for the
arch-specific code that uses SFI.

analogous to ACPI, drivers/sfi/Kconfig is pulled in by arch/x86/Kconfig

Signed-off-by: Feng Tang <feng.tang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Cc: x86@kernel.org
arch/x86/Kconfig
arch/x86/kernel/Makefile
arch/x86/kernel/setup.c
arch/x86/kernel/sfi.c [new file with mode: 0644]