From: Edgar Hucek <hostmaster@ed-soft.at>
To: LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH 1/1] Fix acpi dmi blacklisting on Intel Macs
Date: Sun, 25 Jun 2006 10:16:06 +0200 [thread overview]
Message-ID: <449E4646.3020805@ed-soft.at> (raw)
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;
reply other threads:[~2006-06-25 8:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=449E4646.3020805@ed-soft.at \
--to=hostmaster@ed-soft.at \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox