| Submitter | Simon Kagstrom |
|---|---|
| Date | 2009-11-06 22:51:47 |
| Message ID | <tip-f1b291d4c47440cbfc1a478e88800e2742d60a80@git.kernel.org> |
| Download | mbox | patch |
| Permalink | /patch/58259/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index e09f0e2..2a34f9c 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c @@ -660,6 +660,13 @@ static struct dmi_system_id __initdata bad_bios_dmi_table[] = { }, }, { + .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