aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/mm/pgtable.c
AgeCommit message (Collapse)AuthorFilesLines
2008-04-24x86: move pte functions into common asm/pgalloc.hJeremy Fitzhardinge1-0/+7
Common definitions for 2-level pagetable functions. Signed-off-by: Jeremy Fitzhardinge <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]>
2008-04-24x86: xen unify x86 add common mm pgtable c fixIngo Molnar1-0/+18
Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]>
2008-04-24x86: add common mm/pgtable.cJeremy Fitzhardinge1-0/+239
Add a common arch/x86/mm/pgtable.c file for common pagetable functions. Signed-off-by: Jeremy Fitzhardinge <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]>