Always use the local APIC timer, even on UP machines.

This commit is contained in:
John Baldwin 2005-04-14 05:56:17 +00:00
parent c9ed75c153
commit 33b5f5b7e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145055
2 changed files with 0 additions and 8 deletions

View file

@ -335,10 +335,6 @@ lapic_setup_clock(void)
if (lapic == NULL)
return (0);
/* If we've only got one CPU, then use the RTC and ISA timer instead. */
if (mp_ncpus == 1)
return (0);
/* Start off with a divisor of 2 (power on reset default). */
lapic_timer_divisor = 2;

View file

@ -337,10 +337,6 @@ lapic_setup_clock(void)
if (lapic == NULL)
return (0);
/* If we've only got one CPU, then use the RTC and ISA timer instead. */
if (mp_ncpus == 1)
return (0);
/* Start off with a divisor of 2 (power on reset default). */
lapic_timer_divisor = 2;