summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2005-04-14 05:56:17 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2005-04-14 05:56:17 +0000
commit33b5f5b7e049ad3d727e76567818b435f4c38293 (patch)
tree6eb9475feb0dfeb3a974d1d81df0a23e90b87216
parentc9ed75c153dac4dac249176cd33b43f2a0fed034 (diff)
Notes
-rw-r--r--sys/amd64/amd64/local_apic.c4
-rw-r--r--sys/i386/i386/local_apic.c4
2 files changed, 0 insertions, 8 deletions
diff --git a/sys/amd64/amd64/local_apic.c b/sys/amd64/amd64/local_apic.c
index ad2464868745..ba7e5e6ba6a8 100644
--- a/sys/amd64/amd64/local_apic.c
+++ b/sys/amd64/amd64/local_apic.c
@@ -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;
diff --git a/sys/i386/i386/local_apic.c b/sys/i386/i386/local_apic.c
index 307764e35acd..07c6dedf4c7a 100644
--- a/sys/i386/i386/local_apic.c
+++ b/sys/i386/i386/local_apic.c
@@ -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;