On 2020-12-09 06:09, Jianyong Wu wrote:
Currently, ptp_kvm modules implementation is only for x86 which
includes
large part of arch-specific code. This patch moves all of this code
into a new arch related file in the same directory.
Signed-off-by: Jianyong Wu
---
drivers/ptp/Makefile
Hi Jianyong,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on kvmarm/next]
[also build test WARNING on linus/master v5.10-rc7 next-20201208]
[cannot apply to tip/timers/core kvm/linux-next]
[If your patch is applied to the wrong git tree, kindly drop us a note.
A
Currently, ptp_kvm modules implementation is only for x86 which includes
large part of arch-specific code. This patch moves all of this code
into a new arch related file in the same directory.
Signed-off-by: Jianyong Wu
---
drivers/ptp/Makefile| 1 +
drivers/ptp/{ptp_kv