From: "Rune Torgersen" <runet@innovsys.com>
To: <linuxppc-embedded@ozlabs.org>, "Tom Rini" <trini@kernel.crashing.org>
Subject: [PATCH] Fixup of previous PCI9 patch
Date: Wed, 16 Feb 2005 10:38:30 -0600 [thread overview]
Message-ID: <DCEAAC0833DD314AB0B58112AD99B93B8592B6@ismail.innsys.innovsys.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 307 bytes --]
Previous PCI9 patch had a #endif placed wrong for some unknown reason
(was correct in local tree)
This fixes it.
Signed-off-by: Rune Torgersen <runet@innovsys.com>
Rune Torgersen
System Developer
Innovative Systems LLC
1000 Innovative Drive
Mitchell, SD 57301
Ph: 605-995-6120
www.innovsys.com
[-- Attachment #2: patch_pci9patch_fixup --]
[-- Type: application/octet-stream, Size: 627 bytes --]
--- linux-2.5/include/asm-ppc/io.h 2005-02-16 10:13:07.846116320 -0600
+++ linux-innsys-2.6.9/include/asm-ppc/io.h 2005-02-16 10:32:07.000000000 -0600
@@ -360,6 +360,7 @@ static inline void memcpy_toio(volatile
{
memcpy((void __force *) dst, src, count);
}
+#endif
#define eth_io_copy_and_sum(a,b,c,d) eth_copy_and_sum((a),(void __force *)(void __iomem *)(b),(c),(d))
@@ -408,7 +409,7 @@ extern inline void * bus_to_virt(unsigne
return (void*) mm_ptov (address);
#endif
}
-#endif
+
/*
* Change virtual addresses to physical addresses and vv, for
* addresses in the area where the kernel has the RAM mapped.
reply other threads:[~2005-02-16 16:38 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=DCEAAC0833DD314AB0B58112AD99B93B8592B6@ismail.innsys.innovsys.com \
--to=runet@innovsys.com \
--cc=linuxppc-embedded@ozlabs.org \
--cc=trini@kernel.crashing.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox