mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-09 01:29:57 +00:00
525.47.07
This commit is contained in:
@@ -101,7 +101,7 @@ static DEFINE_PER_CPU(uvm_thread_context_lock_acquired_t, interrupt_thread_conte
|
||||
static void thread_context_non_interrupt_remove(uvm_thread_context_t *thread_context,
|
||||
uvm_thread_context_table_entry_t *thread_context_entry);
|
||||
|
||||
bool uvm_thread_context_wrapper_is_used()
|
||||
bool uvm_thread_context_wrapper_is_used(void)
|
||||
{
|
||||
// The wrapper contains lock information. While uvm_record_lock_X
|
||||
// routines are a no-op outside of debug mode, unit tests do invoke their
|
||||
|
||||
Reference in New Issue
Block a user