Move source tree closer to the 2.6.32.17 mainline
/arch/x86/kernel/setup.c
blob:8425f7ebe89e699a15316070f4068052977f25d6 -> blob:d7a08884993893d4010311b0228956d21baa1089
--- arch/x86/kernel/setup.c
+++ arch/x86/kernel/setup.c
@@ -688,6 +688,17 @@ static struct dmi_system_id __initdata b
DMI_MATCH(DMI_BOARD_NAME, "DG45FC"),
},
},
+ /*
+ * The Dell Inspiron Mini 1012 has DMI_BIOS_VENDOR = "Dell Inc.", so
+ * match on the product name.
+ */
+ {
+ .callback = dmi_low_memory_corruption,
+ .ident = "Phoenix BIOS",
+ .matches = {
+ DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 1012"),
+ },
+ },
#endif
{}
};