cvs commit: src/sys/alpha/alpha interrupt.c

John Baldwin jhb at FreeBSD.org
Tue Nov 23 14:11:53 PST 2004


jhb         2004-11-23 22:11:53 UTC

  FreeBSD src repository

  Modified files:
    sys/alpha/alpha      interrupt.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.83      +1 -1      src/sys/alpha/alpha/interrupt.c


More information about the cvs-src mailing list