Loading arch/x86/kvm/x86.c +0 −1 Original line number Diff line number Diff line Loading @@ -1123,7 +1123,6 @@ static inline u64 get_kernel_ns(void) { struct timespec ts; WARN_ON(preemptible()); ktime_get_ts(&ts); monotonic_to_bootbased(&ts); return timespec_to_ns(&ts); Loading Loading
arch/x86/kvm/x86.c +0 −1 Original line number Diff line number Diff line Loading @@ -1123,7 +1123,6 @@ static inline u64 get_kernel_ns(void) { struct timespec ts; WARN_ON(preemptible()); ktime_get_ts(&ts); monotonic_to_bootbased(&ts); return timespec_to_ns(&ts); Loading