We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a418cf commit 9cd05adCopy full SHA for 9cd05ad
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
842
* be populated into the input parameter page.
843
*/
844
-#define HV_MAX_FLUSH_REP_COUNT (PAGE_SIZE - 2 * sizeof(u64) / \
+#define HV_MAX_FLUSH_REP_COUNT ((PAGE_SIZE - 2 * sizeof(u64)) / \
845
sizeof(union hv_gpa_page_range))
846
847
struct hv_guest_mapping_flush_list {
0 commit comments