aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmutrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kvm/mmutrace.h')
-rw-r--r--arch/x86/kvm/mmutrace.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/kvm/mmutrace.h b/arch/x86/kvm/mmutrace.h
index 3851f1f3030c..bc4f7f0be2b1 100644
--- a/arch/x86/kvm/mmutrace.h
+++ b/arch/x86/kvm/mmutrace.h
@@ -28,7 +28,7 @@
28 \ 28 \
29 role.word = __entry->role; \ 29 role.word = __entry->role; \
30 \ 30 \
31 trace_seq_printf(p, "sp gfn %llx %u%s q%u%s %s%s %spge" \ 31 trace_seq_printf(p, "sp gfn %llx %u%s q%u%s %s%s" \
32 " %snxe root %u %s%c", \ 32 " %snxe root %u %s%c", \
33 __entry->gfn, role.level, \ 33 __entry->gfn, role.level, \
34 role.cr4_pae ? " pae" : "", \ 34 role.cr4_pae ? " pae" : "", \
@@ -36,7 +36,6 @@
36 role.direct ? " direct" : "", \ 36 role.direct ? " direct" : "", \
37 access_str[role.access], \ 37 access_str[role.access], \
38 role.invalid ? " invalid" : "", \ 38 role.invalid ? " invalid" : "", \
39 role.cr4_pge ? "" : "!", \
40 role.nxe ? "" : "!", \ 39 role.nxe ? "" : "!", \
41 __entry->root_count, \ 40 __entry->root_count, \
42 __entry->unsync ? "unsync" : "sync", 0); \ 41 __entry->unsync ? "unsync" : "sync", 0); \