mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: William Lee Irwin III <wli@holomorphy.com>
To: Linus Torvalds <torvalds@osdl.org>
Cc: linux-kernel@vger.kernel.org, Andrew Morton <akpm@osdl.org>,
	Matthew Wilcox <willy@debian.org>,
	James Bottomley <James.Bottomley@Steeley.com>,
	Joel Soete <soete.joel@tiscali.be>
Subject: [vm] PA-RISC io_remap_page_range() compilefix
Date: Thu, 21 Oct 2004 18:45:11 -0700	[thread overview]
Message-ID: <20041022014511.GH17038@holomorphy.com> (raw)

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

                 reply	other threads:[~2004-10-22  1:52 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=20041022014511.GH17038@holomorphy.com \
    --to=wli@holomorphy.com \
    --cc=James.Bottomley@Steeley.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=soete.joel@tiscali.be \
    --cc=torvalds@osdl.org \
    --cc=willy@debian.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

Powered by JetHome