Re: 2.6.22-rc2 prepatch breaks compile on Dreamcast

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Paul Mundt
Date: Sunday, May 20, 2007 - 11:11 pm

On Sat, May 19, 2007 at 01:07:00PM +0100, Adrian McMenamin wrote:
This will fix it, queued for -rc3:

diff --git a/include/asm-sh/dreamcast/sysasic.h b/include/asm-sh/dreamcast/sysasic.h
index 7874e3d..f334266 100644
--- a/include/asm-sh/dreamcast/sysasic.h
+++ b/include/asm-sh/dreamcast/sysasic.h
@@ -23,7 +23,7 @@
    takes.
 */
 
-#define HW_EVENT_IRQ_BASE  OFFCHIP_IRQ_BASE /* 48 */
+#define HW_EVENT_IRQ_BASE  48
 
 /* IRQ 13 */
 #define HW_EVENT_VSYNC     (HW_EVENT_IRQ_BASE +  5) /* VSync */
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
2.6.22-rc2 prepatch breaks compile on Dreamcast, Adrian McMenamin, (Sat May 19, 5:07 am)
Re: 2.6.22-rc2 prepatch breaks compile on Dreamcast, Paul Mundt, (Sun May 20, 11:11 pm)