Merge branch 'linus' into sfi-release
authorLen Brown <len.brown@intel.com>
Sat, 19 Sep 2009 04:11:26 +0000 (00:11 -0400)
committerLen Brown <len.brown@intel.com>
Sat, 19 Sep 2009 04:11:26 +0000 (00:11 -0400)
Conflicts:
arch/x86/kernel/setup.c
drivers/acpi/power.c
init/main.c

Signed-off-by: Len Brown <len.brown@intel.com>
1  2 
MAINTAINERS
arch/x86/Kconfig
arch/x86/kernel/Makefile
arch/x86/kernel/setup.c
drivers/acpi/blacklist.c
drivers/acpi/pci_root.c
drivers/acpi/power.c
drivers/acpi/video.c
drivers/pci/dmar.c
include/acpi/acpi_bus.h
init/main.c

diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
index d784ea2076066449c8f5f2907dc35f7dbc5d853f,a55f6609fe1fae46dcf5e5a9518be0de01681c6f..6c7886890fa6ed1b1f57464bf1114f1ec044989c
@@@ -990,10 -984,7 +985,9 @@@ void __init setup_arch(char **cmdline_p
         * 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:
         */
Simple merge
Simple merge
index e86603f37deefe1336f2913500a2606ba4b16ced,5a09bf392ec1c815da28d1d1d69b5f963578b3f3..22b297916519d5fe6580c986cfe54b522aad5beb
  #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"
Simple merge
index 998f02d2ba42c13b4f17712c62a3f13c405cc2eb,ab99783dccec9570c7aecd9e8141490a97cadc14..47aa5938fb0436ad83e0c816530c9f5b60bfd989
  #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
Simple merge
diff --cc init/main.c
index 9f110fbf0c457556d3864988512c78d8bfff2123,34971becbd3c6f2db9e011c9c09f070e7eaf3c71..a2086913a17b1da939d9ae111ae28e087f4dfe49
@@@ -68,7 -68,7 +68,8 @@@
  #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>