2.6.32.28 update
/drivers/edac/amd64_edac.c
blob:2aa339e94968e5294cb22e2a570719d82639f18a -> blob:85c464a9a1eb52135fbc043fb7ab7f7abe83d422
--- drivers/edac/amd64_edac.c
+++ drivers/edac/amd64_edac.c
@@ -1628,7 +1628,7 @@ static int f10_match_to_this_node(struct
debugf1(" HoleOffset=0x%x HoleValid=0x%x IntlvSel=0x%x\n",
hole_off, hole_valid, intlv_sel);
- if (intlv_en ||
+ if (intlv_en &&
(intlv_sel != ((sys_addr >> 12) & intlv_en)))
return -EINVAL;