Print this page
3408 detect socket type of newer AMD CPUs
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
*** 135,145 ****
/*
* Families/revisions that support x8 ChipKill ECC
*/
#define AUTHAMD_SUPPORTS_X8ECC(rev) \
! (X86_CHIPREV_ATLEAST(rev, X86_CHIPREV_AMD_10_REV_D))
/*
* We recognise main memory ECC errors for AUTHAMD_MEMECC_RECOGNISED
* revisions as:
*
--- 135,145 ----
/*
* Families/revisions that support x8 ChipKill ECC
*/
#define AUTHAMD_SUPPORTS_X8ECC(rev) \
! (X86_CHIPREV_ATLEAST(rev, X86_CHIPREV_AMD_10_REV_D0))
/*
* We recognise main memory ECC errors for AUTHAMD_MEMECC_RECOGNISED
* revisions as:
*