|
Description
|
In order to make P-state and T-state changes, the CPU driver must write to a CPU's
local MSR. Since the thread that is making the request can be running on a CPU
other than the target CPU, the driver uses xc_call() to make the request on the
target CPU. However, the CPU driver should be smart enough to not call xc_call()
when the thread is already running on the target CPU.
|