public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* alpha 2.4.11-pre3: misc fixes
@ 2001-10-05  1:29 Richard Henderson
  0 siblings, 0 replies; only message in thread
From: Richard Henderson @ 2001-10-05  1:29 UTC (permalink / raw)
  To: torvalds, alan; +Cc: linux-kernel

>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 */

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

only message in thread, other threads:[~2001-10-05  1:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-05  1:29 alpha 2.4.11-pre3: misc fixes Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox