mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
lib: add common min and max macros
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
@@ -981,8 +981,6 @@ static int can_swap(void)
|
||||
return 1;
|
||||
}
|
||||
|
||||
#define min(a, b) ((a) < (b) ? (a) : (b))
|
||||
|
||||
static void test_forking_evictions(int fd, int size, int count,
|
||||
unsigned flags)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user