Fix CPUID typo. This caused fid to memory speed calculations to be off.
[coreboot.git] / src / northbridge / amd / amdk8 / raminit_f_dqs.c
index 2ba51eff3d42234f048de5e91b721951957f7e61..b110480e7ce6d955e145b3db7575cc13f594413d 100644 (file)
@@ -426,7 +426,7 @@ static uint16_t get_exact_T1000(unsigned i)
 
        /* Check for FID control support */
        struct cpuid_result cpuid1;
-       cpuid1 = cpuid(0x8000007);
+       cpuid1 = cpuid(0x80000007);
        if( cpuid1.edx & 0x02 ) {
                /* Use current FID */
                unsigned fid_cur;