Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280062
b: refs/heads/master
c: 175cad2
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Dec 12, 2011
1 parent fd1bc92 commit 882064b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 93e5bd06a95343c701361fa009cdc5a653d6ec8e
refs/heads/master: 175cad266774d09c57a62c65baa6b4e1edafdf3a
5 changes: 0 additions & 5 deletions trunk/drivers/hv/hv.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,6 @@ int hv_init(void)

max_leaf = query_hypervisor_info();

rdmsrl(HV_X64_MSR_GUEST_OS_ID, hv_context.guestid);

if (hv_context.guestid != 0)
goto cleanup;

/* Write our OS info */
wrmsrl(HV_X64_MSR_GUEST_OS_ID, HV_LINUX_GUEST_ID);
hv_context.guestid = HV_LINUX_GUEST_ID;
Expand Down

0 comments on commit 882064b

Please sign in to comment.