[Xen-devel] [PATCH v2] xen/pcifront: Remove usage of struct timeval

2015-05-18 Thread Tina Ruchandani
timespec) from the kernel. Signed-off-by: Tina Ruchandani Suggested-by: Arnd Bergmann -- Changes in v2: - Use monotonic time (ktime_get_ns()) instead of real time since we only care about elapsed delta here. - Use macro ktime_get_ns() instead of getting ktime_t and converting it to ns. --- drivers

[Xen-devel] [PATCH] xen/pcifront: Remove usage of struct timeval

2015-05-11 Thread Tina Ruchandani
timespec) from the kernel. Signed-off-by: Tina Ruchandani --- drivers/pci/xen-pcifront.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/pci/xen-pcifront.c b/drivers/pci/xen-pcifront.c index 7cfd2db..43d1d6c 100644 --- a/drivers/pci/xen-pcifront.c +++ b