]> xenbits.xensource.com Git - xen.git/commit
x86: allow early use of fixmaps
authorJan Beulich <jbeulich@suse.com>
Tue, 11 Sep 2012 13:45:20 +0000 (15:45 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 11 Sep 2012 13:45:20 +0000 (15:45 +0200)
commit0923fba2cf02e08275c6e454906a0420baa455b5
tree0acb7d37d0920c77a9775f869aab0e6b60a4b681
parent28957ed4fd2fecc99b67db60a9266aa2f59ab980
x86: allow early use of fixmaps

As a prerequisite for adding an EHCI debug port based console
implementation, set up the page tables needed for (a sub-portion of)
the fixmaps together with other boot time page table construction.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
xen/arch/x86/boot/head.S
xen/arch/x86/efi/boot.c
xen/arch/x86/mm.c
xen/arch/x86/x86_64/mm.c
xen/include/asm-x86/config.h
xen/include/asm-x86/fixmap.h
xen/include/asm-x86/page.h
xen/include/xen/const.h [new file with mode: 0644]