x86, pvops: Remove hooks for {rd,wr}msr_safe_regs
authorAndre Przywara <andre.przywara@amd.com>
Fri, 1 Jun 2012 14:52:35 +0000 (16:52 +0200)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 7 Jun 2012 18:41:08 +0000 (11:41 -0700)
There were paravirt_ops hooks for the full register set variant of
{rd,wr}msr_safe which are actually not used by anyone anymore. Remove
them to make the code cleaner and avoid silent breakages when the pvops
members were uninitialized. This has been boot-tested natively and under
Xen with PVOPS enabled and disabled on one machine.

Signed-off-by: Andre Przywara <andre.przywara@amd.com>
Link: http://lkml.kernel.org/r/1338562358-28182-2-git-send-email-bp@amd64.org
Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>

No differences found