lkml.org 
[lkml]   [2010]   [May]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/2] ibft: Update iBFT handling for v1.03 of the spec.

> #define IBFT_SIGN "iBFT"
...
> +#ifdef CONFIG_ACPI
> + /*
> + * One spec says "IBFT", the other says "iBFT". We have to check
> + * for both.
> + */

Really?
Which one do you see in the field?
any reason to #define "iBFT" above and not use it below?

> + if (!ibft_addr)
> + acpi_table_parse(ACPI_SIG_IBFT, acpi_find_ibft);
> + if (!ibft_addr)
> + acpi_table_parse("iBFT", acpi_find_ibft);
> +#endif /* CONFIG_ACPI */

Len Brown, Intel Open Source Technology Center


\
 
 \ /
  Last update: 2010-05-12 10:15    [W:0.068 / U:0.260 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site