Deleted Added
full compact
32c32
< __FBSDID("$FreeBSD: head/sys/dev/xen/blkfront/blkfront.c 286062 2015-07-30 03:50:01Z cperciva $");
---
> __FBSDID("$FreeBSD: head/sys/dev/xen/blkfront/blkfront.c 286372 2015-08-06 17:07:21Z jhb $");
63d62
< #include <machine/xen/xenvar.h>
765c764
< (vtomach(sring_page_addr) >> PAGE_SHIFT),
---
> (vtophys(sring_page_addr) >> PAGE_SHIFT),
1308c1307
< (vtomach(indirectpages) >> PAGE_SHIFT) + j,
---
> (vtophys(indirectpages) >> PAGE_SHIFT) + j,