LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: "Parag Warudkar" <parag.warudkar@gmail.com>
To: "Adrian Bunk" <bunk@stusta.de>
Cc: linux-kernel@vger.kernel.org, sfr@canb.auug.org.au,
akpm@linux-foundation.org, torvalds@linux-foundation.org,
"John Stultz" <johnstul@us.ibm.com>
Subject: Re: apm.c: get rid of unused variables
Date: Sun, 25 Mar 2007 13:07:41 -0400 [thread overview]
Message-ID: <82e4877d0703251007p390f4ed5g850dc5014fbeb66b@mail.gmail.com> (raw)
In-Reply-To: <20070325162505.GN16477@stusta.de>
[-- Attachment #1: Type: text/plain, Size: 1253 bytes --]
On 3/25/07, Adrian Bunk <bunk@stusta.de> wrote:
> On Sun, Mar 25, 2007 at 12:06:19PM -0400, Parag Warudkar wrote:
> You could also remove the APM_RTC_IS_GMT config option.
>
Yep, that isn't used anymore. Separate Kconfig patch below and also attached.
Parag
Signed-off-by: Parag Warudkar <parag.warudkar@gmail.com>
--- linux-2.6/arch/i386/Kconfig 2007-03-24 21:43:35.000000000 -0400
+++ linux-2.6-wk/arch/i386/Kconfig 2007-03-25 12:58:18.000000000 -0400
@@ -1029,19 +1029,6 @@
backlight at all, or it might print a lot of errors to the console,
especially if you are using gpm.
-config APM_RTC_IS_GMT
- bool "RTC stores time in GMT"
- depends on APM
- help
- Say Y here if your RTC (Real Time Clock a.k.a. hardware clock)
- stores the time in GMT (Greenwich Mean Time). Say N if your RTC
- stores localtime.
-
- It is in fact recommended to store GMT in your RTC, because then you
- don't have to worry about daylight savings time changes. The only
- reason not to use GMT in your RTC is if you also run a broken OS
- that doesn't understand GMT.
-
config APM_ALLOW_INTS
bool "Allow interrupts during APM BIOS calls"
depends on APM
[-- Attachment #2: i386-kconfig-remove-apm_rtc_is_gmt.patch --]
[-- Type: text/x-patch, Size: 846 bytes --]
--- linux-2.6/arch/i386/Kconfig 2007-03-24 21:43:35.000000000 -0400
+++ linux-2.6-wk/arch/i386/Kconfig 2007-03-25 12:58:18.000000000 -0400
@@ -1029,19 +1029,6 @@
backlight at all, or it might print a lot of errors to the console,
especially if you are using gpm.
-config APM_RTC_IS_GMT
- bool "RTC stores time in GMT"
- depends on APM
- help
- Say Y here if your RTC (Real Time Clock a.k.a. hardware clock)
- stores the time in GMT (Greenwich Mean Time). Say N if your RTC
- stores localtime.
-
- It is in fact recommended to store GMT in your RTC, because then you
- don't have to worry about daylight savings time changes. The only
- reason not to use GMT in your RTC is if you also run a broken OS
- that doesn't understand GMT.
-
config APM_ALLOW_INTS
bool "Allow interrupts during APM BIOS calls"
depends on APM
next prev parent reply other threads:[~2007-03-25 17:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-25 16:06 Parag Warudkar
2007-03-25 16:25 ` Adrian Bunk
2007-03-25 17:07 ` Parag Warudkar [this message]
2007-03-25 21:50 ` Andrew Morton
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=82e4877d0703251007p390f4ed5g850dc5014fbeb66b@mail.gmail.com \
--to=parag.warudkar@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=bunk@stusta.de \
--cc=johnstul@us.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sfr@canb.auug.org.au \
--cc=torvalds@linux-foundation.org \
--subject='Re: apm.c: get rid of unused variables' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).