From: Bob Picco Date: Mon, 27 Jun 2005 21:36:28 +0000 (-0700) Subject: [PATCH] fix WANT_PAGE_VIRTUAL in memmap_init X-Git-Tag: v2.6.13-rc1~51^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3212c6be251219c0f4c2df0c93e122ff5be0d9dc;p=pandora-kernel.git [PATCH] fix WANT_PAGE_VIRTUAL in memmap_init I spotted this issue while in memmap_init last week. I can't say the change has any test coverage by me. start_pfn was formerly used in main "for" loop. The fix is replace start_pfn with pfn. Signed-off-by: Bob Picco Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed