freebsd-skq/sys/powerpc/aim
phk 74f8e63a10 Simplify system time accounting for profiling.
Rename struct thread's td_sticks to td_pticks, we will need the
other name for more appropriately named use shortly.  Reduce it
from uint64_t to u_int.

Clear td_pticks whenever we enter the kernel instead of recording
its value as reference for userret().  Use the absolute value of
td->pticks in userret() and eliminate third argument.
2006-02-08 08:09:17 +00:00
..
clock.c
copyinout.c
interrupt.c
locore.S
machdep.c
mmu_oea.c
nexus.c
ofw_machdep.c
ofwmagic.S
swtch.S
trap_subr.S
trap.c
uio_machdep.c
uma_machdep.c
vm_machdep.c