Skip to content
Commit 6ad91658 authored by Keith Mannthey's avatar Keith Mannthey Committed by Andi Kleen
Browse files

[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: default avatarKeith <Mannthey&lt;kmannth@us.ibm.com>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
parent abf0f109
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment