x86, um: ... and asm-x86 move
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
7
arch/x86/include/asm/xen/grant_table.h
Normal file
7
arch/x86/include/asm/xen/grant_table.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef ASM_X86__XEN__GRANT_TABLE_H
|
||||
#define ASM_X86__XEN__GRANT_TABLE_H
|
||||
|
||||
#define xen_alloc_vm_area(size) alloc_vm_area(size)
|
||||
#define xen_free_vm_area(area) free_vm_area(area)
|
||||
|
||||
#endif /* ASM_X86__XEN__GRANT_TABLE_H */
|
Reference in New Issue
Block a user