K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-04-06T21:41:52.000000Z K 7 svn:log V 412 Add a new ddb command 'show pcpu' which lists some of the per-cpu data. Specifically, the cpuid, curproc, curpcb, npxproc, and idleproc members. Also, if witness is compiled into the kernel, then a list of all the spin locks held by this CPU is displayed. By default the information for the current CPU is displayed, but a decimal cpu id may be specified as a parameter to obtain information on a specific CPU. END