public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Make 2.6.5-mm3 compile
@ 2004-04-11 18:46 Bernhard Rosenkraenzer
  0 siblings, 0 replies; only message in thread
From: Bernhard Rosenkraenzer @ 2004-04-11 18:46 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm

[-- 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;
 		}

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

only message in thread, other threads:[~2004-04-11 18:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-11 18:46 [PATCH] Make 2.6.5-mm3 compile Bernhard Rosenkraenzer

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