aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdk8/coherent_ht.c
diff options
context:
space:
mode:
authorJosef Kellermann <seppk@arcor.de>2011-02-14 19:21:28 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2011-02-14 19:21:28 +0000
commitf0ccf6ed18bc128f657d72e6695aaeba3101922f (patch)
treeb13097a6358602bbafb2d78c42da296a5505f25d /src/northbridge/amd/amdk8/coherent_ht.c
parentcf37a5942fc4aecb8ceb71baf983eb29cc131da9 (diff)
Errata #169 works on HT, not MC
Signed-off-by: Josef Kellermann <seppk@arcor.de> Acked-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6355 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd/amdk8/coherent_ht.c')
-rw-r--r--src/northbridge/amd/amdk8/coherent_ht.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/amd/amdk8/coherent_ht.c b/src/northbridge/amd/amdk8/coherent_ht.c
index 12c125c2ab..f66e2cffd6 100644
--- a/src/northbridge/amd/amdk8/coherent_ht.c
+++ b/src/northbridge/amd/amdk8/coherent_ht.c
@@ -1717,6 +1717,7 @@ static int apply_cpu_errata_fixes(unsigned nodes)
{
/* Errata 169 */
/* We also need to set some bits in NB_CFG_MSR, which is handled in src/cpu/amd/model_fxx/ */
+ dev = NODE_HT(node);
cmd = pci_read_config32(dev, 0x68);
cmd &= ~(1 << 22);
cmd |= (1 << 21);