From: ulli.kroll@googlemail.com (Hans Ulli Kroll)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT-PULL] ARM: Gemini: fix compiler error in copypage-fa.c
Date: Fri, 7 May 2010 13:30:11 +0200 (CEST) [thread overview]
Message-ID: <alpine.LNX.2.00.1005071325450.7857@localhost> (raw)
In-Reply-To: <20100504160522.GD30601@n2100.arm.linux.org.uk>
Here you call pull ...
Ulli
The following changes since commit
352d4657b23fbd329efccc396000a549e0150907:
Linus Torvalds (1):
Merge branch 'for-linus' of
git://git.kernel.org/.../mattst88/alpha-2.6
are available in the git repository at:
git://git.berlios.de/gemini-board gemini_fix
Hans Ulli Kroll (1):
ARM: Gemini: fix compiler error in copypage-fa.c
arch/arm/mm/copypage-fa.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mm/copypage-fa.c b/arch/arm/mm/copypage-fa.c
index b2a6008..d2852e1 100644
--- a/arch/arm/mm/copypage-fa.c
+++ b/arch/arm/mm/copypage-fa.c
@@ -40,7 +40,7 @@ fa_copy_user_page(void *kto, const void *kfrom)
}
void fa_copy_user_highpage(struct page *to, struct page *from,
- unsigned long vaddr)
+ unsigned long vaddr, struct vm_area_struct *vma)
{
void *kto, *kfrom;
next prev parent reply other threads:[~2010-05-07 11:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-04 14:34 [PATCH] ARM: Gemini: fix compiler error in copypage-fa.c Hans Ulli Kroll
2010-05-04 16:05 ` Russell King - ARM Linux
2010-05-07 11:30 ` Hans Ulli Kroll [this message]
2010-05-07 20:27 ` [GIT-PULL] " Paulius Zaleckas
2010-05-05 9:57 ` [PATCH] " Sergei Shtylyov
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=alpine.LNX.2.00.1005071325450.7857@localhost \
--to=ulli.kroll@googlemail.com \
--cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).