Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Nov 2004 22:11:53 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/alpha/alpha interrupt.c
Message-ID:  <200411232211.iANMBrcw076780@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411232211.iANMBrcw076780>