Merge branch 'linus' into test
authorLen Brown <len.brown@intel.com>
Thu, 23 Oct 2008 03:57:26 +0000 (23:57 -0400)
committerLen Brown <len.brown@intel.com>
Thu, 23 Oct 2008 04:11:07 +0000 (00:11 -0400)
Conflicts:
MAINTAINERS
arch/x86/kernel/acpi/boot.c
arch/x86/kernel/acpi/sleep.c
drivers/acpi/Kconfig
drivers/pnp/Makefile
drivers/pnp/quirks.c

Signed-off-by: Len Brown <len.brown@intel.com>
30 files changed:
1  2 
Documentation/kernel-parameters.txt
MAINTAINERS
arch/x86/Kconfig
arch/x86/kernel/acpi/boot.c
arch/x86/kernel/acpi/sleep.c
arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
arch/x86/kernel/cpu/cpufreq/powernow-k8.c
arch/x86/kernel/process_64.c
drivers/Makefile
drivers/acpi/Kconfig
drivers/acpi/battery.c
drivers/acpi/sbs.c
drivers/acpi/system.c
drivers/acpi/toshiba_acpi.c
drivers/dma/ioat_dma.c
drivers/misc/Kconfig
drivers/pnp/Makefile
drivers/pnp/base.h
drivers/pnp/core.c
drivers/pnp/driver.c
drivers/pnp/isapnp/core.c
drivers/pnp/pnpacpi/core.c
drivers/pnp/pnpbios/core.c
drivers/pnp/quirks.c
drivers/pnp/resource.c
include/acpi/acmacros.h
include/asm-x86/idle.h
include/linux/kernel.h
include/linux/pci_ids.h
include/linux/pnp.h

Simple merge
diff --cc MAINTAINERS
index f9f6d4b75c5ec0d28e24c372c3d987af0ef09904,5c3f79c26384eba384af07241c71f2cb251abdb5..57ed36d474aa648b6b6592110b2417bb5a5180ca
@@@ -3153,11 -3173,15 +3179,20 @@@ M:   olof@lixom.ne
  L:    i2c@lm-sensors.org
  S:    Maintained
  
 +PANASONIC LAPTOP ACPI EXTRAS DRIVER
 +P:    Harald Welte
 +M:    laforge@gnumonks.org
 +S:    Maintained
 +
+ PANASONIC MN10300/AM33 PORT
+ P:    David Howells
+ M:    dhowells@redhat.com
+ P:    Koichi Yasutake
+ M:    yasutake.koichi@jp.panasonic.com
+ L:    linux-am33-list@redhat.com (moderated for non-subscribers)
+ W:    ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
+ S:    Maintained
  PARALLEL PORT SUPPORT
  L:    linux-parport@lists.infradead.org (subscribers-only)
  S:    Orphan
Simple merge
Simple merge
index 55d10cbe65b14bfa1863b6c9c7ba271e67a62289,c44cd6dbfa1414187213854db2ce3a1129298c76..806b4e9051b4e5ce2ae00576fa06a980ed6bbe08
@@@ -97,7 -98,9 +98,9 @@@ int acpi_save_state_mem(void
  #else /* CONFIG_64BIT */
        header->trampoline_segment = setup_trampoline() >> 4;
  #ifdef CONFIG_SMP
 -      stack_start.sp = temp_stack + 4096;
 +      stack_start.sp = temp_stack + sizeof(temp_stack);
+       early_gdt_descr.address =
+                       (unsigned long)get_cpu_gdt_table(smp_processor_id());
  #endif
        initial_code = (unsigned long)wakeup_long64;
        saved_magic = 0x123456789abcdef0;
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index a381a92fd1b65dc0ef593d9b722747c9ee54b0f0,e83f34f1b5bada1207cb4bf8e77badaac623e2e1..8de3775ec2429b79ef70abe211663419eb2bc871
@@@ -7,3 -7,10 +7,6 @@@ obj-y           := core.o card.o driver.o resour
  obj-$(CONFIG_PNPACPI)         += pnpacpi/
  obj-$(CONFIG_PNPBIOS)         += pnpbios/
  obj-$(CONFIG_ISAPNP)          += isapnp/
 -
 -ifeq ($(CONFIG_PNP_DEBUG),y)
 -EXTRA_CFLAGS += -DDEBUG
 -endif
+ # pnp_system_init goes after pnpacpi/pnpbios init
+ obj-y                         += system.o
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
This page took 0.055641 seconds and 5 git commands to generate.