All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][TRIVIAL] make visual workstation subarch compile again
@ 2005-08-06  8:16 Tom Duffy
  0 siblings, 0 replies; only message in thread
From: Tom Duffy @ 2005-08-06  8:16 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

This patch fixes the compile error when the i386 subarch visual
workstation is turned on:

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>

diff -Nur linux-2.6.13-rc5/include/asm-i386/mach-visws/do_timer.h linux-2.6.13-rc5/include/asm-i386/mach-visws/do_timer.h
--- linux-2.6.13-rc5/include/asm-i386/mach-visws/do_timer.h	2005-06-17 12:48:29.000000000 -0700
+++ linux-2.6.13-rc5/include/asm-i386/mach-visws/do_timer.h	2005-08-06 00:44:12.978605200 -0700
@@ -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)



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-08-06  8:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-06  8:16 [PATCH][TRIVIAL] make visual workstation subarch compile again Tom Duffy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.