mirror of
https://github.com/apache/nuttx.git
synced 2025-12-11 21:20:26 +08:00
On newer x86 CPUs, the MSR_IA32_TSC_ADJUST register is utilized to fine-tune the offset of the Time Stamp Counter (TSC). This commit introduces support for MSR_IA32_TSC_ADJUST and enhances the TSC tickless driver, optimizing its performance. Signed-off-by: ouyangxiangzhen <ouyangxiangzhen@xiaomi.com>