* [PATCH 1/1] Fix acpi dmi blacklisting on Intel Macs
@ 2006-06-25 8:16 Edgar Hucek
0 siblings, 0 replies; only message in thread
From: Edgar Hucek @ 2006-06-25 8:16 UTC (permalink / raw)
To: LKML
This patch fixes acpi dmi blacklisting on
native booted Intel Macs. I'm not sure
if this is also ok for other EFI powerd
Intel Boxes.
Signed-off-by: Edgar Hucek <hostmaster@ed-soft.at>
--- a/drivers/acpi/blacklist.c 2006-06-25 10:00:40.000000000 +0200
+++ b/drivers/acpi/blacklist.c 2006-06-25 10:04:06.000000000 +0200
@@ -79,6 +79,9 @@
{
int year = dmi_get_year(DMI_BIOS_DATE);
+ if (efi_enabled)
+ return 0;
+
/* Doesn't exist? Likely an old system */
if (year == -1)
return 1;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-06-25 8:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-25 8:16 [PATCH 1/1] Fix acpi dmi blacklisting on Intel Macs Edgar Hucek
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.