[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] 32on64: increase size of compat argument translation area to 2 pages.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1246877717 -3600 # Node ID 100b05eed0d574ee48d88b7c9a58fc2b6fa5dfb2 # Parent 3313efd1c367a518601efb1e84502208403ea93d 32on64: increase size of compat argument translation area to 2 pages. The existing single page is not quite large enough to translate a XENMEM_exchange hypercall with order=3D9. Since Linux uses MAX_CONTIG_ORDER of 9 this seems like a reasonable upper bound to support. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- xen/include/asm-x86/x86_64/uaccess.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 3313efd1c367 -r 100b05eed0d5 xen/include/asm-x86/x86_64/uaccess.h --- a/xen/include/asm-x86/x86_64/uaccess.h Mon Jul 06 11:55:01 2009 +0100 +++ b/xen/include/asm-x86/x86_64/uaccess.h Mon Jul 06 11:55:17 2009 +0100 @@ -2,7 +2,7 @@ #define __X86_64_UACCESS_H #define COMPAT_ARG_XLAT_VIRT_BASE this_cpu(compat_arg_xlat) -#define COMPAT_ARG_XLAT_SIZE PAGE_SIZE +#define COMPAT_ARG_XLAT_SIZE (2*PAGE_SIZE) DECLARE_PER_CPU(void *, compat_arg_xlat); int setup_compat_arg_xlat(unsigned int cpu, int node); #define is_compat_arg_xlat_range(addr, size) ({ \ _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |