diff options
-rw-r--r-- | include/trace/events/page_isolation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/page_isolation.h b/include/trace/events/page_isolation.h index 6fb644029c80..8738a78e6bf4 100644 --- a/include/trace/events/page_isolation.h +++ b/include/trace/events/page_isolation.h | |||
@@ -29,7 +29,7 @@ TRACE_EVENT(test_pages_isolated, | |||
29 | 29 | ||
30 | TP_printk("start_pfn=0x%lx end_pfn=0x%lx fin_pfn=0x%lx ret=%s", | 30 | TP_printk("start_pfn=0x%lx end_pfn=0x%lx fin_pfn=0x%lx ret=%s", |
31 | __entry->start_pfn, __entry->end_pfn, __entry->fin_pfn, | 31 | __entry->start_pfn, __entry->end_pfn, __entry->fin_pfn, |
32 | __entry->end_pfn == __entry->fin_pfn ? "success" : "fail") | 32 | __entry->end_pfn <= __entry->fin_pfn ? "success" : "fail") |
33 | ); | 33 | ); |
34 | 34 | ||
35 | #endif /* _TRACE_PAGE_ISOLATION_H */ | 35 | #endif /* _TRACE_PAGE_ISOLATION_H */ |