mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [vm] PA-RISC io_remap_page_range() compilefix
@ 2004-10-22  1:45 William Lee Irwin III
  0 siblings, 0 replies; only message in thread
From: William Lee Irwin III @ 2004-10-22  1:45 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Andrew Morton, Matthew Wilcox, James Bottomley, Joel Soete

Joel reported that I forgot a backslash in this macro definition. This
patch gets PA-RISC compiling again. Linus/akpm, please apply.

Signed-off-by: William Irwin <wli@holomorphy.com>
Signed-off-by: Joel Soete <soete.joel@tiscali.be>

===== include/asm-parisc/pgtable.h 1.21 vs edited =====
--- 1.21/include/asm-parisc/pgtable.h	Wed Oct 20 01:37:06 2004
+++ edited/include/asm-parisc/pgtable.h	Thu Oct 21 07:39:08 2004
@@ -505,7 +505,7 @@
 
 #endif /* !__ASSEMBLY__ */
 
-#define io_remap_page_range(vma, vaddr, paddr, size, prot)
+#define io_remap_page_range(vma, vaddr, paddr, size, prot)		\
 		remap_pfn_range(vma, vaddr, (paddr) >> PAGE_SHIFT, size, prot)
 
 /* We provide our own get_unmapped_area to provide cache coherency */

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

only message in thread, other threads:[~2004-10-22  1:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-22  1:45 [vm] PA-RISC io_remap_page_range() compilefix William Lee Irwin III

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

Powered by JetHome