k8 cpu rev

YhLu YhLu at tyan.com
Fri Dec 3 12:00:02 CET 2004


northbridge/amd/amdk8/cpu_rev.c

static int is_cpu_pre_c0(void)
{
        return (cpuid_eax(1) & 0xffef) < 0x0f48;
}

Why need to and 0xffef?

YH



More information about the coreboot mailing list