diff options
author | attilio <attilio@FreeBSD.org> | 2010-01-17 23:23:35 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2010-01-17 23:23:35 +0000 |
commit | fe0462f218ddf6ebb55f92e9e3d4c61e45c030a2 (patch) | |
tree | d66cf73cd2556f218b1616ea2e5f405d10678eaa /sys/i386/isa/clock.c | |
parent | ebbfa5188aac3cf558a847197219175a575764ec (diff) | |
download | FreeBSD-src-fe0462f218ddf6ebb55f92e9e3d4c61e45c030a2.zip FreeBSD-src-fe0462f218ddf6ebb55f92e9e3d4c61e45c030a2.tar.gz |
- Allow clock subsystem to be compiled without the apic support [0]
- ATPIC, on pc98 is never defined somewhere, differently from i386.
Turn its compilation to be conditional as i386 does. [1]
[0] Reported by: nyan
[1] Submitted by: nyan
Diffstat (limited to 'sys/i386/isa/clock.c')
-rw-r--r-- | sys/i386/isa/clock.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/isa/clock.c b/sys/i386/isa/clock.c index 1549b17..e999b56 100644 --- a/sys/i386/isa/clock.c +++ b/sys/i386/isa/clock.c @@ -65,9 +65,7 @@ __FBSDID("$FreeBSD$"); #include <machine/frame.h> #include <machine/intr_machdep.h> #include <machine/md_var.h> -#ifdef DEV_APIC #include <machine/apicvar.h> -#endif #include <machine/ppireg.h> #include <machine/timerreg.h> #include <machine/smp.h> |