lkml.org 
[lkml]   [2002]   [Nov]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[miniPATCH] 2.5.46: fix do_timer.h
Hallo,

attached patch fix this compiler warning:

In file included from arch/i386/kernel/timers/timer_pit.c:16:
arch/i386/mach-generic/do_timer.h: In function `do_timer_interrupt_hook':
arch/i386/mach-generic/do_timer.h:26: warning: implicit declaration of
function `smp_local_timer_interrupt'

This problem was in 2.5.4[4-6] kernels...

Please apply...

Sincerely
Jan Marek
--
Ing. Jan Marek
University of South Bohemia
Academic Computer Centre
Phone: +420-38-7772080
diff -urN linux-2.5.44/arch/i386/mach-generic/do_timer.h linux-2.5.44-new/arch/i386/mach-generic/do_timer.h
--- linux-2.5.44/arch/i386/mach-generic/do_timer.h 2002-10-19 06:02:30.000000000 +0200
+++ linux-2.5.44-new/arch/i386/mach-generic/do_timer.h 2002-10-24 20:09:31.000000000 +0200
@@ -1,5 +1,7 @@
/* defines for inline arch setup functions */

+#include <asm/apic.h>
+
/**
* do_timer_interrupt_hook - hook into timer tick
* @regs: standard registers from interrupt
\
 
 \ /
  Last update: 2005-03-22 13:30    [W:0.021 / U:1.164 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site