Re: [PATCH] fix DMI for EFI

From: Kyle McMartin
Date: Sat Feb 28 2009 - 21:01:58 EST


On Sat, Feb 28, 2009 at 08:33:15PM -0500, Brian Maly wrote:
> - dmi_scan_machine();
> -
> - dmi_check_system(bad_bios_dmi_table);
> -
> /*
> * VMware detection requires dmi to be available, so this
> * needs to be done after dmi_scan_machine, for the BP.

This init_hypervisor comment looks important, no? Possibly it needs
to be moved after the new placement? Doesn't look like the probe_roms
will be an issue.

regards, Kyle

> @@ -792,6 +788,10 @@ void __init setup_arch(char **cmdline_p)
> if (efi_enabled)
> efi_init();
>
> + dmi_scan_machine();
> +
> + dmi_check_system(bad_bios_dmi_table);
> +
> #ifdef CONFIG_X86_32
> if (ppro_with_ram_bug()) {
> e820_update_range(0x70000000ULL, 0x40000ULL, E820_RAM,

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/