[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH RFC 0/2] xen/arm: Patches for large physical address accessing
Hi Xen developers, This patches are for bug fixing related to xem/arm memory addressing. At this moment, the xen/arm 32 LPAE makes crash when it runs on the device which has large physical memory more than 4GB. To resolve this, casting for some variables and some 64bit variables should be applied. Please check if this is OK. Thanks and Regards, ChanJu Park ChanJu Park (2): xen/arm: remove cast uintptr_t ttbr in mmu_init_secondary_cpu xen/arm: patches for 32bit page shift operations xen/arch/arm/mm.c | 6 +++--- xen/arch/arm/p2m.c | 10 +++++----- xen/arch/arm/setup.c | 8 ++++---- xen/include/asm-arm/mm.h | 4 ++-- xen/include/asm-arm/p2m.h | 10 +++++----- 5 files changed, 19 insertions(+), 19 deletions(-) -- 1.7.9.5 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |