Len Brown <[EMAIL PROTECTED]> writes:
> --- a/drivers/acpi/blacklist.c
> +++ b/drivers/acpi/blacklist.c
> @@ -1,6 +1,8 @@
>  /*
>   *  blacklist.c
>   *
> + *  X86 specific ACPI blacklists.
> + *
>   *  Check to see if the given machine has a known bad ACPI BIOS
>   *  or if the BIOS is too old.
>   *
> @@ -165,3 +167,578 @@ int __init acpi_blacklisted(void)
>  
>       return blacklisted;
>  }
> +#ifdef CONFIG_DMI

IA64 sets CONFIG_DMI too. So it won't be x86 specific as written.
Probably shoud check for CONFIG_X86 too.

> +extern void dmi_osi_linux(int enable, const struct dmi_system_id *d);

That should be in some include, shouldn't it?

-Andi

-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to