[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <16117.1303310442@jupiter.eclipse.co.uk>
Date: Wed, 20 Apr 2011 15:40:42 +0100
From: Robert Whitton <rwhitton@....org>
To: "Clemens Ladisch" <clemens@...isch.de>, <rwhitton@....org>
Cc: <linux-kernel@...r.kernel.org>
Subject: Re: Background memory scrubbing
> Robert Whitton wrote:
> > I have a home grown module that performs background memory scrubbing
> > to eliminate single bit memory errors before they become a problem.
> > ... it is specifically targeted at the AMD64 PC architecture
>
> Then why don't you use the memory controller's automatic background
> memory scrubbing support? Doesn't your BIOS have this option?
>
> Regards,
> Clemens
>
Hi,
Unfortunately in common with a large number of hardware platforms background scrubbing isn't supported in the hardware (even though ECC error correction is supported) and thus there is no BIOS option to enable it. The software solution has always been fine and the CPU load negligible as it's only necessary to complete one complete scrub every day or so. I just need to find a solution to making this work on newer Linux kernels.
Rob
--
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