Re: [PATCH v4 3/5] hv: vmbus: Replace page definition with Hyper-V specific one

2019-07-22 Thread Thomas Gleixner
On Wed, 17 Jul 2019, Sasha Levin wrote: > On Fri, Jul 12, 2019 at 08:25:18AM +, Maya Nakamura wrote: > > Replace PAGE_SIZE with HV_HYP_PAGE_SIZE because the guest page size may > > not be 4096 on all architectures and Hyper-V always runs with a page > > size of 4096. > > > > Signed-off-by:

Re: [PATCH v4 3/5] hv: vmbus: Replace page definition with Hyper-V specific one

2019-07-17 Thread Sasha Levin
On Fri, Jul 12, 2019 at 08:25:18AM +, Maya Nakamura wrote: Replace PAGE_SIZE with HV_HYP_PAGE_SIZE because the guest page size may not be 4096 on all architectures and Hyper-V always runs with a page size of 4096. Signed-off-by: Maya Nakamura Reviewed-by: Michael Kelley Reviewed-by:

[PATCH v4 3/5] hv: vmbus: Replace page definition with Hyper-V specific one

2019-07-12 Thread Maya Nakamura
Replace PAGE_SIZE with HV_HYP_PAGE_SIZE because the guest page size may not be 4096 on all architectures and Hyper-V always runs with a page size of 4096. Signed-off-by: Maya Nakamura Reviewed-by: Michael Kelley Reviewed-by: Vitaly Kuznetsov --- drivers/hv/hyperv_vmbus.h | 8 1 file