Home
last modified time | relevance | path

Searched hist:c6d25aa6 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dxen-usb.cc6d25aa6 Fri Oct 21 14:08:27 CDT 2016 Stefano Stabellini <sstabellini@kernel.org> xen-usb: do not reference PAGE_SIZE

PAGE_SIZE is undefined on ARM64. Use XC_PAGE_SIZE instead, which is
always 4096 even when page granularity is 64K.

For this to actually work with 64K pages, more changes are required.

Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
Reviewed-by: Juergen Gross <jgross@suse.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>