mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-04-20 22:39:22 +00:00
525.47.07
This commit is contained in:
@@ -1943,7 +1943,7 @@ NV_STATUS uvm_perf_thrashing_register_gpu(uvm_va_space_t *va_space, uvm_gpu_t *g
|
||||
return NV_OK;
|
||||
}
|
||||
|
||||
NV_STATUS uvm_perf_thrashing_init()
|
||||
NV_STATUS uvm_perf_thrashing_init(void)
|
||||
{
|
||||
NV_STATUS status;
|
||||
|
||||
@@ -2002,7 +2002,7 @@ error:
|
||||
return status;
|
||||
}
|
||||
|
||||
void uvm_perf_thrashing_exit()
|
||||
void uvm_perf_thrashing_exit(void)
|
||||
{
|
||||
cpu_thrashing_stats_exit();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user