From: Steven Scholz <steven.scholz@imc-berlin.de>
To: Linuxppc-Embedded <linuxppc-embedded@lists.linuxppc.org>
Subject: Problems w/ CONFIG_BLK_DEV_MPC8xx_IDE
Date: Mon, 15 Sep 2003 09:40:44 +0200 [thread overview]
Message-ID: <3F656CFC.1050706@imc-berlin.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 436 bytes --]
Hi there,
I just noticed that the vanilla 2.4.22 does not compile with
CONFIG_BLK_DEV_MPC8xx_IDE:
drivers/ide/idedriver.o: In function `ide_timer_expiry':
drivers/ide/idedriver.o(.text+0xaa30): undefined reference to `ide_ack_intr'
drivers/ide/idedriver.o(.text+0xaa30): relocation truncated to fit: R_PPC_REL24
It's the same for the BK trees.
The attached patch fixes that.
Please apply and forward it.
Thanks a million,
Steven
[-- Attachment #2: MPC8xx_IDE.fix --]
[-- Type: text/plain, Size: 340 bytes --]
--- include/asm-ppc/ide.h.FIX Mon Sep 15 09:35:25 2003
+++ include/asm-ppc/ide.h Mon Sep 15 09:36:17 2003
@@ -110,6 +110,7 @@
*/
#if (defined CONFIG_APUS || defined CONFIG_BLK_DEV_MPC8xx_IDE)
#define IDE_ARCH_ACK_INTR 1
+#define ide_ack_intr(hwif) ((hwif)->hw.ack_intr ? (hwif)->hw.ack_intr(hwif) : 1)
#endif
#endif /* __KERNEL__ */
next reply other threads:[~2003-09-15 7:40 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-15 7:40 Steven Scholz [this message]
2003-09-15 11:31 ` Problems w/ CONFIG_BLK_DEV_MPC8xx_IDE Steven Scholz
2003-09-15 12:00 ` Hubert Figuiere
2003-09-15 12:29 ` Steven Scholz
2003-09-15 15:16 ` Tom Rini
2003-09-16 8:42 ` Steven Scholz
2003-09-17 15:08 ` Tom Rini
2003-09-18 9:25 ` Steven Scholz
2003-09-18 18:05 ` Tom Rini
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=3F656CFC.1050706@imc-berlin.de \
--to=steven.scholz@imc-berlin.de \
--cc=linuxppc-embedded@lists.linuxppc.org \
/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 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.