diff options
author | Boris Ostrovsky <[email protected]> | 2017-09-11 14:51:11 -0400 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2017-09-25 15:22:45 +0200 |
commit | ccb64941f375a6eb21b1b20136730eb7d1716068 (patch) | |
tree | 7a2a352e6fb02667f4219438e7ea919a04a521da /scripts/gdb | |
parent | af5768507c051ceb9fe12bee59202bd83115c073 (diff) |
x86/timers: Move simple_udelay_calibration() past kvmclock_init()
simple_udelay_calibration() relies on x86_platform's calibration ops.
For KVM these ops are set late in setup_arch() and so
simple_udelay_calibration() ends up using native version.
Besides being possibly incorrect, this significantly increases kernel
boot time. For example, on my laptop executing start_kernel() by a guest
takes ~10 times more than when KVM's ops are used.
Since early_xdbc_setup_hardware() relies on calibration having been
performed move it too.
Signed-off-by: Boris Ostrovsky <[email protected]>
Cc: [email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'scripts/gdb')
0 files changed, 0 insertions, 0 deletions