Messages in this thread Patch in this message |  | | Date | Thu, 4 Oct 2001 18:29:40 -0700 | From | Richard Henderson <> | Subject | alpha 2.4.11-pre3: misc fixes |
| |
>From Jay Estabrook:
(1) apecs_iounmap prototype wrong. (2) RTC_IRQ properly defined in arch/alpha/kernel/irq_impl.h.
r~
diff -rup 2.4.10-dist/include/asm-alpha/core_apecs.h 2.4.10/include/asm-alpha/core_apecs.h --- 2.4.10-dist/include/asm-alpha/core_apecs.h Thu Sep 13 15:21:32 2001 +++ 2.4.10/include/asm-alpha/core_apecs.h Thu Oct 4 16:12:05 2001 @@ -502,7 +502,7 @@ __EXTERN_INLINE unsigned long apecs_iore return addr + APECS_DENSE_MEM; } -__EXTERN_INLINE void apecs_iounmap(unsigned addr) +__EXTERN_INLINE void apecs_iounmap(unsigned long addr) { return; } diff -rup 2.4.10-dist/include/asm-alpha/mc146818rtc.h 2.4.10/include/asm-alpha/mc146818rtc.h --- 2.4.10-dist/include/asm-alpha/mc146818rtc.h Tue Jul 18 23:05:08 2000 +++ 2.4.10/include/asm-alpha/mc146818rtc.h Thu Oct 4 16:14:53 2001 @@ -24,6 +24,4 @@ outb_p((addr),RTC_PORT(0)); \ outb_p((val),RTC_PORT(1)); \ }) -#define RTC_IRQ 0 /* Don't support interrupt features. */ - #endif /* __ASM_ALPHA_MC146818RTC_H */ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |