x86: Hyper-V: Integrate the clocksource with Hyper-V detection code
authorK. Y. Srinivasan <kys@microsoft.com>
Wed, 7 Sep 2011 22:25:10 +0000 (15:25 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 8 Sep 2011 08:33:59 +0000 (10:33 +0200)
commit6f4151c89b7d036c755d8cf74729e09b76fa6676
treec86026f4c56764596f5425892850f89cbc77ffb3
parentddf28352b80c86754a6424e3a61e8bdf9213b3c7
x86: Hyper-V: Integrate the clocksource with Hyper-V detection code

The Hyper-V clocksource driver is best integrated with Hyper-V
detection code since:

  (a) Linux guests running on Hyper-V require it

  (b) Integration into that code significanly reduces code size

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Cc: gregkh@suse.de
Cc: devel@linuxdriverproject.org
Cc: virtualization@lists.osdl.org
Link: http://lkml.kernel.org/r/1315434310-4827-1-git-send-email-kys@microsoft.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/cpu/mshyperv.c
drivers/staging/hv/Makefile
drivers/staging/hv/hv_timesource.c [deleted file]