diff options
| -rw-r--r-- | arch/x86/include/asm/hyperv-tlfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/hyperv-tlfs.h b/arch/x86/include/asm/hyperv-tlfs.h index 705dafc2d11a..2bdbbbcfa393 100644 --- a/arch/x86/include/asm/hyperv-tlfs.h +++ b/arch/x86/include/asm/hyperv-tlfs.h | |||
| @@ -841,7 +841,7 @@ union hv_gpa_page_range { | |||
| 841 | * count is equal with how many entries of union hv_gpa_page_range can | 841 | * count is equal with how many entries of union hv_gpa_page_range can |
| 842 | * be populated into the input parameter page. | 842 | * be populated into the input parameter page. |
| 843 | */ | 843 | */ |
| 844 | #define HV_MAX_FLUSH_REP_COUNT (PAGE_SIZE - 2 * sizeof(u64) / \ | 844 | #define HV_MAX_FLUSH_REP_COUNT ((PAGE_SIZE - 2 * sizeof(u64)) / \ |
| 845 | sizeof(union hv_gpa_page_range)) | 845 | sizeof(union hv_gpa_page_range)) |
| 846 | 846 | ||
| 847 | struct hv_guest_mapping_flush_list { | 847 | struct hv_guest_mapping_flush_list { |
