x86, xen, gdt: Remove the pvops variant of store_gdt.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 5 Apr 2013 20:42:23 +0000 (16:42 -0400)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 11 Apr 2013 22:40:38 +0000 (15:40 -0700)
commit357d122670937c35b33d99c46356ef2b63182a1f
treef630334f9e9364858a648a740cbf72f43daeaff3
parent84e70971e67d97bc2db18a4e76d42846272a54bd
x86, xen, gdt: Remove the pvops variant of store_gdt.

The two use-cases where we needed to store the GDT were during ACPI S3 suspend
and resume. As the patches:
 x86/gdt/i386: store/load GDT for ACPI S3 or hibernation/resume path is not needed
 x86/gdt/64-bit: store/load GDT for ACPI S3 or hibernate/resume path is not needed.

have demonstrated - there are other mechanism by which the GDT is
saved and reloaded during early resume path.

Hence we do not need to worry about the pvops call-chain for saving the
GDT and can and can eliminate it. The other areas where the store_gdt is
used are never going to be hit when running under the pvops platforms.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Link: http://lkml.kernel.org/r/1365194544-14648-4-git-send-email-konrad.wilk@oracle.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/include/asm/paravirt.h
arch/x86/include/asm/paravirt_types.h
arch/x86/kernel/acpi/sleep.c
arch/x86/kernel/doublefault_32.c
arch/x86/kernel/paravirt.c
arch/x86/kvm/vmx.c
arch/x86/xen/enlighten.c