diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2005-07-05 20:13:12 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2005-07-05 20:13:12 +0000 |
| commit | 623b1a868e6ad59e21ecc0ba4a4f9fabbfca787b (patch) | |
| tree | 9fcb39faa9dc6de9fae92aafeb46622f078c258c /sys/amd64/isa/clock.c | |
| parent | d758711729635267058db8895f4a1260f1c17b40 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/isa/clock.c')
| -rw-r--r-- | sys/amd64/isa/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/isa/clock.c b/sys/amd64/isa/clock.c index 914b4b238771..727d1cf8e70a 100644 --- a/sys/amd64/isa/clock.c +++ b/sys/amd64/isa/clock.c @@ -736,7 +736,7 @@ cpu_initclocks() * that it can drive hardclock(). Otherwise, change the 8254 * timecounter to user a simpler algorithm. */ - if (!using_lapic_timer || 1) { + if (!using_lapic_timer) { intr_add_handler("clk", 0, (driver_intr_t *)clkintr, NULL, INTR_TYPE_CLK | INTR_FAST, NULL); i8254_intsrc = intr_lookup_source(0); |
