580.65.06

This commit is contained in:
Maneet Singh
2025-08-04 11:15:02 -07:00
parent d890313300
commit 307159f262
1315 changed files with 477791 additions and 279973 deletions

View File

@@ -328,7 +328,7 @@ typedef struct
} uvm_rm_user_object_t;
// Macro used to compare two values for types that support less than operator.
// It returns -1 if a < b, 1 if a > b and 0 if a == 0
// It returns -1 if a < b, 1 if a > b and 0 if a == b
#define UVM_CMP_DEFAULT(a,b) \
({ \
typeof(a) _a = a; \