Files
android_kernel_xiaomi_sm8450/arch/x86/kernel
Waiman Long 6c62985d57 x86/paravirt: Change vcp_is_preempted() arg type to long
The cpu argument in the function prototype of vcpu_is_preempted()
is changed from int to long. That makes it easier to provide a better
optimized assembly version of that function.

For Xen, vcpu_is_preempted(long) calls xen_vcpu_stolen(int), the
downcast from long to int is not a problem as vCPU number won't exceed
32 bits.

Signed-off-by: Waiman Long <longman@redhat.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2017-02-21 12:48:06 +01:00
..
2014-12-13 12:42:51 -08:00
2016-12-09 21:23:22 +01:00
2015-11-23 09:44:58 +01:00
2016-12-09 21:23:22 +01:00
2016-06-06 17:10:15 +02:00
2016-11-01 07:47:55 +01:00
2016-04-16 13:21:40 +02:00
2014-10-17 13:40:52 -07:00
2016-12-25 10:47:44 +01:00