All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: "Randy.Dunlap" <rdunlap@xenotime.net>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>, alan@redhat.com
Subject: Re: EDAC config cleanup
Date: Thu, 19 Jan 2006 17:23:50 -0500	[thread overview]
Message-ID: <20060119222350.GU21663@redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.58.0601191411560.11660@shark.he.net>

On Thu, Jan 19, 2006 at 02:12:11PM -0800, Randy.Dunlap wrote:

 > > +	depends on EDAC_MM_EDAC && PCI X86_32
 >                                       ^ && ???

Gah. Of course.  (That'll teach me to not test 'obvious' patches :)
Here it is again, unborked. (tested with make ARCH=x86_64 menuconfig)


The AMD76x chipsets aren't used in 64-bit, so don't
offer the driver to the user.

Signed-off-by: Dave Jones <davej@redhat.com>

--- linux-2.6.15.noarch/drivers/edac/Kconfig~	2006-01-19 17:00:16.000000000 -0500
+++ linux-2.6.15.noarch/drivers/edac/Kconfig	2006-01-19 17:03:33.000000000 -0500
@@ -46,7 +46,7 @@ config EDAC_MM_EDAC
 
 config EDAC_AMD76X
 	tristate "AMD 76x (760, 762, 768)"
-	depends on EDAC_MM_EDAC  && PCI
+	depends on EDAC_MM_EDAC && PCI && X86_32
 	help
 	  Support for error detection and correction on the AMD 76x
 	  series of chipsets used with the Athlon processor.

  reply	other threads:[~2006-01-19 22:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-19 22:10 EDAC config cleanup Dave Jones
2006-01-19 22:12 ` Randy.Dunlap
2006-01-19 22:23   ` Dave Jones [this message]
2006-01-19 22:30     ` Alan Cox
2006-01-19 22:30 ` Alan Cox

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=20060119222350.GU21663@redhat.com \
    --to=davej@redhat.com \
    --cc=alan@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@xenotime.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.