mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-09 17:50:00 +00:00
530.30.02
This commit is contained in:
@@ -37,8 +37,12 @@
|
||||
#define NVSWITCH_IRQ_PIN 3
|
||||
|
||||
#define NVSWITCH_OS_ASSERT(_cond) \
|
||||
nvswitch_os_assert_log((_cond), "NVSwitch: Assertion failed in %s() at %s:%d\n", \
|
||||
__FUNCTION__ , __FILE__, __LINE__)
|
||||
do { \
|
||||
if (!(_cond)) { \
|
||||
nvswitch_os_assert_log("NVSwitch: Assertion failed in %s() at %s:%d\n", \
|
||||
__FUNCTION__ , __FILE__, __LINE__); \
|
||||
} \
|
||||
} while(0)
|
||||
|
||||
#define NVSWITCH_KMALLOC_LIMIT (128 * 1024)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user