mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Vitaliy Ivanov <vitalivanov@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: hilld@binarystorm.net, apmbugs@rothwell.emu.id.au, vitalivanov@gmail.com
Subject: [BUGFIX] [PATCH] APM: Dynamic select of APM_CPU_IDLE on APM enabling.
Date: Fri, 10 Jun 2011 20:03:45 +0300	[thread overview]
Message-ID: <1307725425.4266.23.camel@vivanov> (raw)


Bug fix for #36902:
https://bugzilla.kernel.org/show_bug.cgi?id=36902

I saw email about removing APM completely but as of now we can add the following to close build issue.
---

Dynamic select of APM_CPU_IDLE feature for enabling APM.

Signed-off-by: Vitaliy Ivanov <vitalivanov@gmail.com>

>From f00634bec035f1526266340bf75aa4e2620c8284 Mon Sep 17 00:00:00 2001
From: Vitaliy Ivanov <vitalivanov@gmail.com>
Date: Fri, 10 Jun 2011 19:06:37 +0300
Subject: [PATCH] Dynamic select of APM_CPU_IDLE on APM enabling.

---
 arch/x86/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index da34972..3c9b459 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1721,6 +1721,7 @@ config X86_APM_BOOT
 
 menuconfig APM
 	tristate "APM (Advanced Power Management) BIOS support"
+	select APM_CPU_IDLE
 	depends on X86_32 && PM_SLEEP
 	---help---
 	  APM is a BIOS specification for saving power using several different
-- 
1.7.0.4




             reply	other threads:[~2011-06-10 17:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-10 17:03 Vitaliy Ivanov [this message]
     [not found] ` <36678F5D6E8A4CB2AD6723B10C6B03D6@delorimier>
2011-06-11 10:31   ` Vitaliy Ivanov

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=1307725425.4266.23.camel@vivanov \
    --to=vitalivanov@gmail.com \
    --cc=apmbugs@rothwell.emu.id.au \
    --cc=hilld@binarystorm.net \
    --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

Powered by JetHome