]> git.hungrycats.org Git - linux/commitdiff
[PATCH] x86 uniproc compile fix
authorAndrew Morton <akpm@digeo.com>
Fri, 11 Oct 2002 09:48:56 +0000 (02:48 -0700)
committerTrond Myklebust <trond.myklebust@fys.uio.no>
Fri, 11 Oct 2002 09:48:56 +0000 (02:48 -0700)
Fix uniprocessor compilation.

do_timer.h needs asm/mpspec.h for the declaration of `using_apic_timer'

arch/i386/kernel/timers/timer_pit.c

index 4978f6406fb1a5e92ba84af408b1b1b216b56907..b5c0c09e99feee9d83a802980feb46ef72b8eadb 100644 (file)
@@ -6,6 +6,7 @@
 #include <linux/spinlock.h>
 #include <linux/module.h>
 #include <linux/device.h>
+#include <asm/mpspec.h>
 #include <asm/timer.h>
 #include <asm/io.h>