public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Richard Henderson <rth@dot.cygnus.com>
To: torvalds@transmeta.com, alan@redhat.com
Cc: linux-kernel@vger.kernel.org
Subject: alpha 2.4.11-pre3: misc fixes
Date: Thu, 4 Oct 2001 18:29:40 -0700	[thread overview]
Message-ID: <20011004182940.A6318@dot.cygnus.com> (raw)

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

                 reply	other threads:[~2001-10-05  1:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011004182940.A6318@dot.cygnus.com \
    --to=rth@dot.cygnus.com \
    --cc=alan@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox