2002-10-31 02:58:49

by John Levon

[permalink] [raw]
Subject: [PATCH] fix timer_pit.c warning


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>


2002-10-31 21:11:20

by john stultz

[permalink] [raw]
Subject: Re: [PATCH] fix timer_pit.c warning

On Wed, 2002-10-30 at 19:09, John Levon wrote:
>
> make x86_do_profile available when UP=y,LOCAL_APIC=n

My bad, good catch.

thanks,
-john