Merge branch 'perf/mce' into perf/core
authorIngo Molnar <mingo@elte.hu>
Thu, 3 Dec 2009 19:10:59 +0000 (20:10 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 3 Dec 2009 19:11:06 +0000 (20:11 +0100)
Merge reason: It's ready for v2.6.33.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
1  2 
arch/x86/kernel/setup.c

diff --combined arch/x86/kernel/setup.c
  #ifdef CONFIG_X86_64
  #include <asm/numa_64.h>
  #endif
+ #include <asm/mce.h>
  
  /*
   * end_pfn only includes RAM, while max_pfn_mapped includes all e820 entries.
@@@ -660,13 -661,6 +661,13 @@@ static struct dmi_system_id __initdata 
                },
        },
        {
 +              .callback = dmi_low_memory_corruption,
 +              .ident = "Phoenix/MSC BIOS",
 +              .matches = {
 +                      DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix/MSC"),
 +              },
 +      },
 +      {
        /*
         * AMI BIOS with low memory corruption was found on Intel DG45ID board.
         * It hase different DMI_BIOS_VENDOR = "Intel Corp.", for now we will
@@@ -1031,6 -1025,8 +1032,8 @@@ void __init setup_arch(char **cmdline_p
  #endif
  #endif
        x86_init.oem.banner();
+       mcheck_init();
  }
  
  #ifdef CONFIG_X86_32