vfio: improve musl compatibility
authorAnatoly Burakov <anatoly.burakov@intel.com>
Thu, 4 Oct 2018 10:20:34 +0000 (11:20 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 22 Oct 2018 09:28:35 +0000 (11:28 +0200)
commitedd035d2412bfc2c43287fae98cdd8f763e287d1
tree015cd14b9489909e50931e17411b066d14da4e8f
parent5d7b673d5fd6663b20c675dd382d9fb43b42af18
vfio: improve musl compatibility

Musl already has PAGE_SIZE defined, and our define clashed with it.
Rename our define to SYS_PAGE_SIZE.

Bugzilla ID: 36

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/bus/pci/linux/pci_vfio.c