cvs commit: src/sys/kern subr_pcpu.c

John Baldwin jhb at FreeBSD.org
Thu Nov 3 13:06:30 PST 2005


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


More information about the cvs-src mailing list