RE: [PATCH 2.6.15] ia64: use i386 dmi_scan.c

From: Tolentino, Matthew E
Date: Fri Jan 06 2006 - 14:02:34 EST


Matt Domsch <> wrote:
> Enable DMI table parsing on ia64.
...
> +#ifndef CONFIG_EFI
> +void __init dmi_scan_machine(void)
> +{
> char __iomem *p, *q;
> + int rc;

Hi Matt,

You could potentially consolidate the two dmi_scan_machine functions
and lose the ifdef (and duplication) by checking efi_enabled instead.
'efi_enabled' is already ifdef'd in the EFI header (defined to 1 for
ia64) specifically for this situation.

matt
-
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/