Skip to content

Commit

Permalink
[PATCH] Make visws compile again
Browse files Browse the repository at this point in the history
In file included from linux-2.6.13-rc5/arch/i386/kernel/timers/timer_pit.c:20:
linux-2.6.13-rc5/include/asm-i386/mach-visws/do_timer.h: In function `do_timer_overflow':
linux-2.6.13-rc5/include/asm-i386/mach-visws/do_timer.h:32: error: `i8259A_lock' undeclared (first use in this function)
linux-2.6.13-rc5/include/asm-i386/mach-visws/do_timer.h:32: error: (Each undeclared identifier is reported only once
linux-2.6.13-rc5/include/asm-i386/mach-visws/do_timer.h:32: error: for each function it appears in.)
make[3]: *** [arch/i386/kernel/timers/timer_pit.o] Error 1
make[2]: *** [arch/i386/kernel/timers] Error 2
make[1]: *** [arch/i386/kernel] Error 2
make: *** [_all] Error 2

Signed-off-by: Tom Duffy <thomas.duffy.99@alumni.brown.edu>
Cc: Andrey Panin <pazke@orbita1.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Tom Duffy authored and Linus Torvalds committed Aug 7, 2005
1 parent e525e15 commit 6c79d72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-i386/mach-visws/do_timer.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* defines for inline arch setup functions */

#include <asm/fixmap.h>
#include <asm/i8259.h>
#include "cobalt.h"

static inline void do_timer_interrupt_hook(struct pt_regs *regs)
Expand Down

0 comments on commit 6c79d72

Please sign in to comment.