Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Nov 2005 21:06:29 +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/kern subr_pcpu.c
Message-ID:  <200511032106.jA3L6TcW031299@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2005-11-03 21:06:29 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_pcpu.c 
  Log:
  Fix 'show allpcpu' ddb command on non-x86.  CPU IDs are in the range 0 ..
  mp_maxid, not 0 .. mp_maxid - 1.  The result was that the highest numbered
  CPU was skipped on Alpha and sparc64.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.8       +1 -1      src/sys/kern/subr_pcpu.c



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