From: Keith Mannthey Date: Tue, 26 Sep 2006 08:52:36 +0000 (+0200) Subject: [PATCH] x86_64 kernel mapping fix X-Git-Tag: v2.6.19-rc1~1077^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ad916581181a105d7832a7dec9e1eb58f7a1621;p=pandora-kernel.git [PATCH] x86_64 kernel mapping fix Fix for the x86_64 kernel mapping code. Without this patch the update path only inits one pmd_page worth of memory and tramples any entries on it. now the calling convention to phys_pmd_init and phys_init is to always pass a [pmd/pud] page not an offset within a page. Signed-off-by: Keith Mannthey Signed-off-by: Andi Kleen Cc: KAMEZAWA Hiroyuki Signed-off-by: Andrew Morton --- Reading git-diff-tree failed