Drivers: hv: vmbus: Get rid of unnecessary state in hv_context

Currently we are replicating state in struct hv_context that is unnecessary -
this state can be retrieved from the hypervisor. Furthermore, this is a per-cpu
state that is being maintained as a global state in struct hv_context.
Get rid of this state in struct hv_context.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
K. Y. Srinivasan
2018-10-18 05:09:28 +00:00
کامیت شده توسط Greg Kroah-Hartman
والد 78ef4193bb
کامیت a3cadf3850
2فایلهای تغییر یافته به همراه3 افزوده شده و 9 حذف شده

مشاهده پرونده

@@ -230,8 +230,6 @@ struct hv_context {
void *tsc_page;
bool synic_initialized;
struct hv_per_cpu_context __percpu *cpu_context;
/*