-
- Downloads
xen: make grant table arch portable
split out x86 specific part from grant-table.c and allow ia64/xen specific initialization. ia64/xen grant table is based on pseudo physical address (guest physical address) unlike x86/xen. On ia64 init_mm doesn't map identity straight mapped area. ia64/xen specific grant table initialization is necessary. Signed-off-by:Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by:
Ingo Molnar <mingo@elte.hu> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
Showing
- arch/x86/xen/Makefile 1 addition, 1 deletionarch/x86/xen/Makefile
- arch/x86/xen/grant-table.c 91 additions, 0 deletionsarch/x86/xen/grant-table.c
- drivers/xen/grant-table.c 3 additions, 32 deletionsdrivers/xen/grant-table.c
- include/xen/grant_table.h 6 additions, 0 deletionsinclude/xen/grant_table.h
Loading
Please register or sign in to comment