* [PATCH] Fixup of previous PCI9 patch
@ 2005-02-16 16:38 Rune Torgersen
0 siblings, 0 replies; only message in thread
From: Rune Torgersen @ 2005-02-16 16:38 UTC (permalink / raw)
To: linuxppc-embedded, Tom Rini
[-- 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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-02-16 16:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-16 16:38 [PATCH] Fixup of previous PCI9 patch Rune Torgersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox