diff --git a/drivers/gpu/nvgpu/os/posix/bug.c b/drivers/gpu/nvgpu/os/posix/bug.c index 1908e57e6..015177a7e 100644 --- a/drivers/gpu/nvgpu/os/posix/bug.c +++ b/drivers/gpu/nvgpu/os/posix/bug.c @@ -94,9 +94,7 @@ void nvgpu_posix_bug(const char *fmt, ...) */ nvgpu_err(NULL, "BUG detected!"); dump_stack(); -#ifdef __NVGPU_UNIT_TEST__ (void) raise(SIGSEGV); -#endif pthread_exit(NULL); }