aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r--arch/x86/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index 31328909456e..f5096a6bf4ed 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -777,7 +777,7 @@ static struct dmi_system_id __initdata bad_bios_dmi_table[] = {
777 .callback = dmi_low_memory_corruption, 777 .callback = dmi_low_memory_corruption,
778 .ident = "Phoenix BIOS", 778 .ident = "Phoenix BIOS",
779 .matches = { 779 .matches = {
780 DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies, LTD"), 780 DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies"),
781 }, 781 },
782 }, 782 },
783#endif 783#endif