[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4EB2D4B6.3080903@redhat.com>
Date: Thu, 03 Nov 2011 15:51:50 -0200
From: Mauro Carvalho Chehab <mchehab@...hat.com>
To: Josh Boyer <jwboyer@...hat.com>
CC: "Luck, Tony" <tony.luck@...el.com>,
"linux-edac@...r.kernel.org" <linux-edac@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: sb_edac 32-bit compile fail due to 64-bit divide
Em 03-11-2011 15:48, Josh Boyer escreveu:
> How's the below?
Ack.
I'll add it on my tree and submit it to Linus for its addition.
>
> josh
>
> ---
>
> From: Josh Boyer <jwboyer@...hat.com>
> Subject: [PATCH] edac: Only build sb_edac on 64-bit
>
> The sb_edac driver is marginally useful on a 32-bit kernel, and
> currently has 64-bit divide compile errors when building that config.
> For now, make this build on only for 64-bit kernels.
>
> Signed-off-by: Josh Boyer <jwboyer@...hat.com>
>
> ---
>
> diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
> index 203361e..5948a21 100644
> --- a/drivers/edac/Kconfig
> +++ b/drivers/edac/Kconfig
> @@ -214,7 +214,7 @@ config EDAC_I7300
>
> config EDAC_SBRIDGE
> tristate "Intel Sandy-Bridge Integrated MC"
> - depends on EDAC_MM_EDAC && PCI && X86 && X86_MCE_INTEL
> + depends on EDAC_MM_EDAC && PCI && X86_64 && X86_MCE_INTEL
> depends on EXPERIMENTAL
> help
> Support for error detection and correction the Intel
> --
> To unsubscribe from this list: send the line "unsubscribe linux-edac" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists