You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] i386: vMI timer patches
VMI timer code. It works by taking over the local APIC clock when APIC is configured, which requires a couple hooks into the APIC code. The backend timer code could be commonized into the timer infrastructure, but there are some pieces missing (stolen time, in particular), and the exact semantics of when to do accounting for NO_IDLE need to be shared between different hypervisors as well. So for now, VMI timer is a separate module. [Adrian Bunk: cleanups] Subject: VMI timer patches Signed-off-by: Zachary Amsden <zach@vmware.com> Signed-off-by: Andi Kleen <ak@suse.de> Cc: Andi Kleen <ak@suse.de> Cc: Jeremy Fitzhardinge <jeremy@xensource.com> Cc: Rusty Russell <rusty@rustcorp.com.au> Cc: Chris Wright <chrisw@sous-sol.org> Signed-off-by: Andrew Morton <akpm@osdl.org>
This commit is contained in:
committed by
Andi Kleen
parent
7ce0bcfd16
commit
bbab4f3bb7
@@ -9,6 +9,8 @@ void setup_pit_timer(void);
|
||||
extern int pit_latch_buggy;
|
||||
extern int timer_ack;
|
||||
extern int no_timer_check;
|
||||
extern unsigned long long (*custom_sched_clock)(void);
|
||||
extern int no_sync_cmos_clock;
|
||||
extern int recalibrate_cpu_khz(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user