Re: [Xen-devel] [PATCH v3 7/9] x86/cpuidle: patch some indirect calls to direct ones

2018-09-21 Thread Wei Liu
On Tue, Sep 11, 2018 at 07:35:58AM -0600, Jan Beulich wrote: > For now only the ones used during entering/exiting of idle states are > converted. Additionally pm_idle{,_save} and lapic_timer_{on,off} can't > be converted, as they may get established rather late (when Dom0 is > already active). > >

[Xen-devel] [PATCH v3 7/9] x86/cpuidle: patch some indirect calls to direct ones

2018-09-11 Thread Jan Beulich
For now only the ones used during entering/exiting of idle states are converted. Additionally pm_idle{,_save} and lapic_timer_{on,off} can't be converted, as they may get established rather late (when Dom0 is already active). Note that for patching to be deferred until after the pre-SMP initcalls