Skip to content

Commit

Permalink
KVM: MMU: fix sp->unsync type error in trace event definition
Browse files Browse the repository at this point in the history
sp->unsync is bool now, so update trace event declaration.

Signed-off-by: Gui Jianfeng <guijianfeng@cn.fujitsu.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
  • Loading branch information
Gui Jianfeng authored and Avi Kivity committed May 17, 2010
1 parent ff47a49 commit df2fb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kvm/mmutrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
__field(__u64, gfn) \
__field(__u32, role) \
__field(__u32, root_count) \
__field(__u32, unsync)
__field(bool, unsync)

#define KVM_MMU_PAGE_ASSIGN(sp) \
__entry->gfn = sp->gfn; \
Expand Down

0 comments on commit df2fb6e

Please sign in to comment.