Conflicts:
	arch/x86/kernel/setup.c
	drivers/acpi/power.c
	init/main.c
Signed-off-by: Len Brown <len.brown@intel.com>
         * Read APIC and some other early information from ACPI tables.
         */
        acpi_boot_init();
 +
 +      sfi_init();
  
- #if defined(CONFIG_X86_MPPARSE) || defined(CONFIG_X86_VISWS)
        /*
         * get boot-time SMP configuration:
         */
 
  #include <linux/seq_file.h>
  #include <acpi/acpi_bus.h>
  #include <acpi/acpi_drivers.h>
 -
+ #include "sleep.h"
  
 +#define PREFIX "ACPI: "
 +
  #define _COMPONENT                    ACPI_POWER_COMPONENT
  ACPI_MODULE_NAME("power");
  #define ACPI_POWER_CLASS              "power_resource"
 
  #include <linux/timer.h>
  #include <linux/irq.h>
  #include <linux/interrupt.h>
+ #include <linux/tboot.h>
  
 -#undef PREFIX
 -#define PREFIX "DMAR:"
 +#define PREFIX "DMAR: "
  
  /* No locks are needed as DMA remapping hardware unit
   * list is constructed at boot time and hotplug of
 
  #include <linux/async.h>
  #include <linux/kmemcheck.h>
  #include <linux/kmemtrace.h>
 +#include <linux/sfi.h>
+ #include <linux/shmem_fs.h>
  #include <trace/boot.h>
  
  #include <asm/io.h>