提交 a10a5698 编写于 作者: H H. Peter Anvin

Modify the VMware balloon driver for the new x86_hyper API

Modify the VMware balloon driver to match the new x86_hyper API.
Signed-off-by: NH. Peter Anvin <hpa@zytor.com>
Cc: Greg KH <greg@kroah.com>
Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Alok Kataria <akataria@vmware.com>
Cc: Ky Srinivasan <ksrinivasan@novell.com>
Cc: Dmitry Torokhov <dtor@vmware.com>
LKML-Reference: <4BE49778.6060800@zytor.com>
上级 96f6e775
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#include <linux/workqueue.h> #include <linux/workqueue.h>
#include <linux/debugfs.h> #include <linux/debugfs.h>
#include <linux/seq_file.h> #include <linux/seq_file.h>
#include <asm/vmware.h> #include <asm/hypervisor.h>
MODULE_AUTHOR("VMware, Inc."); MODULE_AUTHOR("VMware, Inc.");
MODULE_DESCRIPTION("VMware Memory Control (Balloon) Driver"); MODULE_DESCRIPTION("VMware Memory Control (Balloon) Driver");
...@@ -767,7 +767,7 @@ static int __init vmballoon_init(void) ...@@ -767,7 +767,7 @@ static int __init vmballoon_init(void)
* Check if we are running on VMware's hypervisor and bail out * Check if we are running on VMware's hypervisor and bail out
* if we are not. * if we are not.
*/ */
if (!vmware_platform()) if (x86_hyper != &x86_hyper_vmware)
return -ENODEV; return -ENODEV;
vmballoon_wq = create_freezeable_workqueue("vmmemctl"); vmballoon_wq = create_freezeable_workqueue("vmmemctl");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册