diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-05-08 04:50:00 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-05-08 04:50:00 -0400 |
commit | f066a155334642b8a206eec625b1925d88c48aeb (patch) | |
tree | cb12975e60b70d1dae3b7397bab955de78a4d01e /arch/x86/xen/mmu.c | |
parent | e7c064889606aab3569669078c69b87b2c527e72 (diff) | |
parent | 33df4db04a79660150e1948e3296eeb451ac121b (diff) |
Merge branch 'x86/urgent' into x86/xen
Conflicts:
arch/frv/include/asm/pgtable.h
arch/x86/include/asm/required-features.h
arch/x86/xen/mmu.c
Merge reason: x86/xen was on a .29 base still, move it to a fresher
branch and pick up Xen fixes as well, plus resolve
conflicts
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/xen/mmu.c')
-rw-r--r-- | arch/x86/xen/mmu.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/x86/xen/mmu.c b/arch/x86/xen/mmu.c index a96f5b9393ea..760e3a512059 100644 --- a/arch/x86/xen/mmu.c +++ b/arch/x86/xen/mmu.c | |||
@@ -1785,11 +1785,16 @@ __init pgd_t *xen_setup_kernel_pagetable(pgd_t *pgd, | |||
1785 | 1785 | ||
1786 | pin_pagetable_pfn(MMUEXT_PIN_L3_TABLE, PFN_DOWN(__pa(swapper_pg_dir))); | 1786 | pin_pagetable_pfn(MMUEXT_PIN_L3_TABLE, PFN_DOWN(__pa(swapper_pg_dir))); |
1787 | 1787 | ||
1788 | reserve_early(__pa(xen_start_info->pt_base), | ||
1789 | __pa(xen_start_info->pt_base + | ||
1790 | xen_start_info->nr_pt_frames * PAGE_SIZE), | ||
1791 | "XEN PAGETABLES"); | ||
1792 | |||
1788 | return swapper_pg_dir; | 1793 | return swapper_pg_dir; |
1789 | } | 1794 | } |
1790 | #endif /* CONFIG_X86_64 */ | 1795 | #endif /* CONFIG_X86_64 */ |
1791 | 1796 | ||
1792 | static void xen_set_fixmap(unsigned idx, unsigned long phys, pgprot_t prot) | 1797 | static void xen_set_fixmap(unsigned idx, phys_addr_t phys, pgprot_t prot) |
1793 | { | 1798 | { |
1794 | pte_t pte; | 1799 | pte_t pte; |
1795 | 1800 | ||