K 10 svn:author V 3 jhb K 8 svn:date V 27 2004-11-23T22:11:53.000000Z K 7 svn:log V 243 Fix a cpuid mismatch from the recent cpuid rototill in Alpha: boot_cpu_id is a PAL ID, while PCPU_GET(cpuid) is a FreeBSD CPU ID. The FreeBSD CPU ID of the BSP is always zero, so use that to see which CPU should run the full clock functions. END