freebsd-nq/sys/powerpc
Jake Burkholder 238dd3209a Split statclock into statclock and profclock, and made the method for driving
statclock based on profhz when profiling is enabled MD, since most platforms
don't use this anyway.  This removes the need for statclock_process, whose
only purpose was to subdivide profhz, and gets the profiling clock running
outside of sched_lock on platforms that implement suswintr.
Also changed the interface for starting and stopping the profiling clock to
do just that, instead of changing the rate of statclock, since they can now
be separate.

Reviewed by:	jhb, tmm
Tested on:	i386, sparc64
2003-02-03 17:53:15 +00:00
..
aim Split statclock into statclock and profclock, and made the method for driving 2003-02-03 17:53:15 +00:00
compile Don't need the .keep_me files. Obrien and I committed past each other. 2001-07-01 23:35:44 +00:00
conf Add device zs to GENERIC on powerpc. 2003-02-02 06:11:23 +00:00
include - Introduce a flags value into the interrupt handler structure. 2003-02-01 07:20:36 +00:00
ofw Make ofw_pci_find_node() use the reg property instead of the 2003-01-09 12:24:19 +00:00
powermac Rework of how memory resources are discovered and dealt with in macio. 2003-01-30 11:28:29 +00:00
powerpc Split statclock into statclock and profclock, and made the method for driving 2003-02-03 17:53:15 +00:00
psim Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. 2003-01-21 08:56:16 +00:00