* [PATCH] Fix O2/IP32 compile time glitch
@ 2004-06-21 6:10 Kumba
0 siblings, 0 replies; only message in thread
From: Kumba @ 2004-06-21 6:10 UTC (permalink / raw)
To: linux-mips
[-- Attachment #1: Type: text/plain, Size: 362 bytes --]
Seems somewhere between 2.6.6 and 2.6.7, something happened that makes
IP32's build die in drivers/char/rtc.c when trying to reference
MACEISA_RTC_IRQ. The attached patch fixes it.
--Kumba
--
"Such is oft the course of deeds that move the wheels of the world:
small hands do them because they must, while the eyes of the great are
elsewhere." --Elrond
[-- Attachment #2: mipscvs-2.6.7-maceisa_rtc_irq-fix.patch --]
[-- Type: text/plain, Size: 339 bytes --]
--- include/asm-mips/mach-ip32/mc146818rtc.h.orig 2004-06-21 00:47:35.931657976 -0400
+++ include/asm-mips/mach-ip32/mc146818rtc.h 2004-06-21 00:47:50.704412176 -0400
@@ -13,6 +13,7 @@
#include <asm/io.h>
#include <asm/ip32/mace.h>
+#include <asm/ip32/ip32_ints.h>
#define RTC_PORT(x) (0x70 + (x))
#define RTC_IRQ MACEISA_RTC_IRQ
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-06-21 6:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-21 6:10 [PATCH] Fix O2/IP32 compile time glitch Kumba
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.