diff options
-rw-r--r-- | drivers/hwtracing/intel_th/msu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwtracing/intel_th/msu.h b/drivers/hwtracing/intel_th/msu.h index e8cb819a3804..574c16004cb2 100644 --- a/drivers/hwtracing/intel_th/msu.h +++ b/drivers/hwtracing/intel_th/msu.h | |||
@@ -95,7 +95,7 @@ static inline unsigned long msc_data_sz(struct msc_block_desc *bdesc) | |||
95 | 95 | ||
96 | static inline bool msc_block_wrapped(struct msc_block_desc *bdesc) | 96 | static inline bool msc_block_wrapped(struct msc_block_desc *bdesc) |
97 | { | 97 | { |
98 | if (bdesc->hw_tag & MSC_HW_TAG_BLOCKWRAP) | 98 | if (bdesc->hw_tag & (MSC_HW_TAG_BLOCKWRAP | MSC_HW_TAG_WINWRAP)) |
99 | return true; | 99 | return true; |
100 | 100 | ||
101 | return false; | 101 | return false; |