public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Anton Blanchard <anton@samba.org>
To: Andrew Morton <akpm@osdl.org>
Cc: Roger Leigh <rleigh@whinlatter.ukfsn.org>,
	linux-kernel@vger.kernel.org, benh@kernel.crashing.org,
	debian-powerpc@lists.debian.org
Subject: [PATCH] powerpc: dont allow old RTC to be selected
Date: Mon, 13 Feb 2006 15:00:13 +1100	[thread overview]
Message-ID: <20060213040013.GC7922@krispykreme> (raw)
In-Reply-To: <20060212161326.279fcb9f.akpm@osdl.org>


> I've had several spates of time-going-nuts on ppc64.  The most recent one
> was because someone went and fiddled with Kconfig naming and I lost the RTC
> driver.

This might help a bit:


Now powerpc uses the generic RTC stuff we should not enable the old
RTC. Doing so will result in hangs at boot.

Signed-off-by: Anton Blanchard <anton@samba.org>
---

Index: build/drivers/char/Kconfig
===================================================================
--- build.orig/drivers/char/Kconfig	2006-02-09 11:35:15.000000000 +1100
+++ build/drivers/char/Kconfig	2006-02-13 14:55:22.000000000 +1100
@@ -695,7 +695,7 @@ config NVRAM
 
 config RTC
 	tristate "Enhanced Real Time Clock Support"
-	depends on !PPC32 && !PARISC && !IA64 && !M68K && (!SPARC || PCI) && !FRV
+	depends on !PPC && !PARISC && !IA64 && !M68K && (!SPARC || PCI) && !FRV
 	---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

      parent reply	other threads:[~2006-02-13  4:03 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-12 17:13 2.6.16-rc2 powerpc timestamp skew Roger Leigh
2006-02-12 17:39 ` Gabriel Paubert
2006-02-12 17:58 ` Roger Leigh
2006-02-12 20:15   ` Bin Zhang
2006-02-12 19:55 ` Olaf Hering
2006-02-13 10:57   ` Olaf Hering
2006-02-13 12:51     ` Olaf Hering
2006-02-12 21:33 ` Benjamin Herrenschmidt
2006-02-13 18:34   ` Roger Leigh
2006-02-13 22:34     ` Benjamin Herrenschmidt
2006-02-15  5:27       ` Paul Mackerras
2006-02-15 10:30         ` Olaf Hering
2006-02-15 11:53         ` Mikael Pettersson
2006-02-16 11:30         ` Roger Leigh
2006-02-13  0:13 ` Andrew Morton
2006-02-13  0:41   ` Roger Leigh
2006-02-13  4:00   ` Anton Blanchard [this message]

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=20060213040013.GC7922@krispykreme \
    --to=anton@samba.org \
    --cc=akpm@osdl.org \
    --cc=benh@kernel.crashing.org \
    --cc=debian-powerpc@lists.debian.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rleigh@whinlatter.ukfsn.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