Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329801
b: refs/heads/master
c: f340a51
h: refs/heads/master
i:
  329799: 6eebafb
v: v3
  • Loading branch information
Xiao Guangrong authored and Marcelo Tosatti committed Jul 20, 2012
1 parent b70b1d4 commit 6ce9b05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: ca0565f5736e67af3172d188577b57e303dd082a
refs/heads/master: f340a51b7e41abbe92ae3a327c0020974a059f95
4 changes: 0 additions & 4 deletions trunk/include/linux/kvm_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,6 @@ id_to_memslot(struct kvm_memslots *slots, int id)
return slot;
}

#define HPA_MSB ((sizeof(hpa_t) * 8) - 1)
#define HPA_ERR_MASK ((hpa_t)1 << HPA_MSB)
static inline int is_error_hpa(hpa_t hpa) { return hpa >> HPA_MSB; }

extern struct page *bad_page;

int is_error_page(struct page *page);
Expand Down

0 comments on commit 6ce9b05

Please sign in to comment.