From: Bernhard Rosenkraenzer <bero@arklinux.org>
To: linux-kernel@vger.kernel.org
Cc: akpm@osdl.org
Subject: [PATCH] Make 2.6.5-mm3 compile
Date: Sun, 11 Apr 2004 20:46:01 +0200 [thread overview]
Message-ID: <200404112046.01682.bero@arklinux.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 74 bytes --]
There's a couple of typos in mm/hugetlb.c
Fairly trivial patch attached.
[-- Attachment #2: 2.6.5-mm3-compile.patch --]
[-- Type: text/x-diff, Size: 487 bytes --]
--- linux-2.6.5/mm/hugetlb.c.ark 2004-04-11 11:56:17.000000000 +0200
+++ linux-2.6.5/mm/hugetlb.c 2004-04-11 11:57:09.000000000 +0200
@@ -140,11 +140,11 @@
for (i = 0; i < MAX_NUMNODES; ++i) {
struct page *page;
list_for_each_entry(page, &hugepage_freelists[i], lru) {
- if (PageHighmem(page))
+ if (PageHighMem(page))
continue;
list_del(&page->lru);
update_and_free_page(page);
- --free_huge_pages
+ --free_huge_pages;
if (!--count)
return 0;
}
reply other threads:[~2004-04-11 18:49 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=200404112046.01682.bero@arklinux.org \
--to=bero@arklinux.org \
--cc=akpm@osdl.org \
--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