From: William Lee Irwin III <wli@holomorphy.com>
To: linux-kernel@vger.kernel.org
Subject: Re: 2.5.71-bk2-wli-1
Date: Mon, 16 Jun 2003 19:26:58 -0700 [thread overview]
Message-ID: <20030617022658.GI26348@holomorphy.com> (raw)
In-Reply-To: <20030617005807.GR20413@holomorphy.com>
On Mon, Jun 16, 2003 at 05:58:07PM -0700, William Lee Irwin III wrote:
> + highpmd fixes
> a few mm/memory.c functions forgot to pass pmd pointers by reference
Woops, I missed one:
diff -prauN wli-2.5.71-bk2-8/mm/memory.c wli-2.5.71-bk2-9/mm/memory.c
--- wli-2.5.71-bk2-8/mm/memory.c 2003-06-16 14:59:11.000000000 -0700
+++ wli-2.5.71-bk2-9/mm/memory.c 2003-06-16 17:45:05.000000000 -0700
@@ -1002,7 +1002,7 @@ int remap_page_range(struct vm_area_stru
error = remap_pmd_range(vma, &pmd, from, end - from, phys_addr + from, prot);
if (error)
break;
- pmd_unmap(pmd);
+ pmd_unmap(pmd - 1);
from = (from + PGDIR_SIZE) & PGDIR_MASK;
dir++;
} while (from && (from < end));
prev parent reply other threads:[~2003-06-17 2:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-17 0:58 2.5.71-bk2-wli-1 William Lee Irwin III
2003-06-17 2:26 ` William Lee Irwin III [this message]
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=20030617022658.GI26348@holomorphy.com \
--to=wli@holomorphy.com \
--cc=linux-kernel@vger.kernel.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