cvs commit: src/sys/i386/i386 local_apic.c
John Baldwin
jhb at FreeBSD.org
Wed Mar 2 14:17:44 GMT 2005
jhb 2005-03-02 14:17:43 UTC
FreeBSD src repository
Modified files:
sys/i386/i386 local_apic.c
Log:
Tweak the lapic timer code to get the performance closer to the pre-lapic
timer case:
- Remove the virtual fooclock interrupt counters as they have served their
purpose.
- Adjust the dividers for the different clock such that profhz is now a
multiple of stathz as in the non-lapic case, and the timer now runs at
hz * 2 rather than hz * 3. With the new divisors, the default clock
rates are:
kern.clockrate: { hz = 1000, tick = 1000, profhz = 666, stathz = 133 }
Revision Changes Path
1.14 +5 -15 src/sys/i386/i386/local_apic.c
More information about the cvs-src
mailing list