580.119.02

This commit is contained in:
Maneet Singh
2025-12-11 13:24:42 -08:00
parent 2af9f1f0f7
commit de3d54abf3
96 changed files with 77113 additions and 74548 deletions

View File

@@ -371,7 +371,7 @@ NvBool NV_API_CALL os_semaphore_may_sleep(void)
NvBool NV_API_CALL os_is_isr(void)
{
return (in_irq());
return (nv_in_hardirq());
}
// return TRUE if the caller is the super-user