Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191496
b: refs/heads/master
c: a10a569
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin committed May 9, 2010
1 parent 16c385e commit b65a093
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 96f6e775b58687d85ee33004d414419b5ec34106
refs/heads/master: a10a569806e43b9be5fce60b21f836b50b1010e4
4 changes: 2 additions & 2 deletions trunk/drivers/misc/vmware_balloon.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#include <linux/workqueue.h>
#include <linux/debugfs.h>
#include <linux/seq_file.h>
#include <asm/vmware.h>
#include <asm/hypervisor.h>

MODULE_AUTHOR("VMware, Inc.");
MODULE_DESCRIPTION("VMware Memory Control (Balloon) Driver");
Expand Down Expand Up @@ -767,7 +767,7 @@ static int __init vmballoon_init(void)
* Check if we are running on VMware's hypervisor and bail out
* if we are not.
*/
if (!vmware_platform())
if (x86_hyper != &x86_hyper_vmware)
return -ENODEV;

vmballoon_wq = create_freezeable_workqueue("vmmemctl");
Expand Down

0 comments on commit b65a093

Please sign in to comment.