From: Bjorn Helgaas <bjorn.helgaas@hp.com>
To: Andrew Morton <akpm@osdl.org>
Cc: p_gortmaker@yahoo.com, linux-kernel@vger.kernel.org,
linux-ia64@vger.kernel.org
Subject: [PATCH] don't offer GEN_RTC on ia64
Date: Tue, 06 Apr 2004 22:22:49 +0000 [thread overview]
Message-ID: <200404061622.49260.bjorn.helgaas@hp.com> (raw)
gen_rtc.c doesn't work on ia64 (we don't have asm/rtc.h, for starters),
so don't offer it there.
=== drivers/char/Kconfig 1.32 vs edited ==--- 1.32/drivers/char/Kconfig Tue Mar 16 03:10:34 2004
+++ edited/drivers/char/Kconfig Tue Apr 6 15:58:28 2004
@@ -768,7 +768,7 @@
config GEN_RTC
tristate "Generic /dev/rtc emulation"
- depends on RTC!=y
+ depends on RTC!=y && !IA64
---help---
If you say Y here and create a character special file /dev/rtc with
major number 10 and minor number 135 using mknod ("man mknod"), you
next reply other threads:[~2004-04-06 22:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-06 22:22 Bjorn Helgaas [this message]
2004-04-06 22:34 ` [PATCH] don't offer GEN_RTC on ia64 Tom Rini
2004-04-06 22:37 ` Bjorn Helgaas
2004-04-06 22:44 ` Tom Rini
2004-04-06 23:15 ` David Mosberger
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=200404061622.49260.bjorn.helgaas@hp.com \
--to=bjorn.helgaas@hp.com \
--cc=akpm@osdl.org \
--cc=linux-ia64@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=p_gortmaker@yahoo.com \
/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