]> Git Repo - qemu.git/commit - hw/usb/xen-usb.c
xen-usb: do not reference PAGE_SIZE
authorStefano Stabellini <[email protected]>
Fri, 21 Oct 2016 19:08:27 +0000 (12:08 -0700)
committerStefano Stabellini <[email protected]>
Fri, 21 Oct 2016 19:08:27 +0000 (12:08 -0700)
commitc6d25aa6bab44e841ef6585cbbd9af05b7a90b65
tree2b7b971af1a0a501e1a67c2549635042af1f0753
parentb49e452fe994f8fbcd22bf5a87b79a2355481318
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 <[email protected]>
Reviewed-by: Juergen Gross <[email protected]>
Release-acked-by: Wei Liu <[email protected]>
hw/usb/xen-usb.c
This page took 0.025107 seconds and 4 git commands to generate.