1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys/powerpc
Scott Long 60ad8150c7 Retire smp_active. It was racey and caused demonstrated problems with
the cpufreq code.  Replace its use with smp_started.  There's at least
one userland tool that still looks at the kern.smp.active sysctl, so
preserve it but point it to smp_started as well.

Discussed with: peter, jhb
MFC after: 3 days
Obtained from: Netflix
2014-04-26 20:27:54 +00:00
..
aim Rename global cnt to vm_cnt to avoid shadowing. 2014-03-22 10:26:09 +00:00
booke Rename global cnt to vm_cnt to avoid shadowing. 2014-03-22 10:26:09 +00:00
conf In kernel config files, it is supposed to be 'options<space><tab>' not 2014-03-18 14:41:18 +00:00
cpufreq
fpu
include Small performance optimization. Clobber only cr0, rather than the entire CR. 2014-04-11 06:17:44 +00:00
mambo
mpc85xx
ofw
powermac Clear the backlight level when it's turned off. Also, reduce the delay times to 2014-04-06 23:57:19 +00:00
powerpc Retire smp_active. It was racey and caused demonstrated problems with 2014-04-26 20:27:54 +00:00
ps3
pseries
psim
wii