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
This commit is contained in:
Josef Kellermann 2011-02-14 19:21:28 +00:00 committed by Patrick Georgi
parent cf37a5942f
commit f0ccf6ed18
1 changed files with 1 additions and 0 deletions

View File

@ -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);