| | Date | Wed, 29 Apr 2009 20:18:20 +0200 | | From | Ingo Molnar <> | | Subject | Re: [PATCH 19/21] amd64_edac: add debugging/testing code |
| |
* Borislav Petkov <borislav.petkov@amd.com> wrote:
> From: Doug Thompson <dougthompson@xmission.com> > > This is for dumping different registers and testing the address mapping > logic using the ECC syndromes. > > Signed-off-by: Doug Thompson <dougthompson@xmission.com> > Signed-off-by: Borislav Petkov <borislav.petkov@amd.com> > --- > drivers/edac/amd64_edac.c | 214 +++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 214 insertions(+), 0 deletions(-) > > diff --git a/drivers/edac/amd64_edac.c b/drivers/edac/amd64_edac.c > index 43f236d..b1a7e8c 100644 > --- a/drivers/edac/amd64_edac.c > +++ b/drivers/edac/amd64_edac.c > @@ -4407,3 +4407,217 @@ static int amd64_check_ecc_enabled(struct amd64_pvt *pvt) > return rc; > } > > +#ifdef CONFIG_EDAC_DEBUG
should be in a separate .c file too i suspect.
Ingo
|