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
 
  #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;
 
  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