* [PATCH] fix timer_pit.c warning
@ 2002-10-31 3:05 John Levon
2002-10-31 21:13 ` john stultz
0 siblings, 1 reply; 2+ messages in thread
From: John Levon @ 2002-10-31 3:05 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
make x86_do_profile available when UP=y,LOCAL_APIC=n
please apply
thanks
john
diff -Naur -X dontdiff linux-linus/arch/i386/kernel/timers/timer_pit.c linux/arch/i386/kernel/timers/timer_pit.c
--- linux-linus/arch/i386/kernel/timers/timer_pit.c Sat Oct 12 16:54:44 2002
+++ linux/arch/i386/kernel/timers/timer_pit.c Thu Oct 31 02:30:45 2002
@@ -6,6 +6,7 @@
#include <linux/spinlock.h>
#include <linux/module.h>
#include <linux/device.h>
+#include <linux/irq.h>
#include <asm/mpspec.h>
#include <asm/timer.h>
#include <asm/io.h>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-10-31 21:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-31 3:05 [PATCH] fix timer_pit.c warning John Levon
2002-10-31 21:13 ` john stultz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox