mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
gpu: nvgpu: posix: Update doxygen for nvgpu_posix_bug
Updated nvgpu_posix_bug doxygen to indicate SIGSEGV raised with and without quiesce callback. Jira PLCF-2828 Bug 3470581 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Change-Id: I18e8b5c918e6f2509070892fca57b71e1ee944e6 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2642373 (cherry picked from commit 39952fe52229a8bae531cebd5fe84d2e26f96483) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2643156 Reviewed-by: Rajesh Devaraj <rdevaraj@nvidia.com> Reviewed-by: Vaibhav Kachore <vkachore@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: Shashank Singh <shashsingh@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
29019dff6e
commit
a4537182a7
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2018-2021, NVIDIA CORPORATION. All rights reserved.
|
||||
* Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
@@ -60,9 +60,8 @@ void dump_stack(void);
|
||||
*
|
||||
* Function to be invoked upon identifying an unexpected state or result in the
|
||||
* code. This function invokes the quiesce callback if it is already registered.
|
||||
* If the callback is not yet registered, a SIGSEGV is raised using library
|
||||
* function #raise to terminate the process. Function does not perform any
|
||||
* validation of the parameters.
|
||||
* A SIGSEGV is raised using library function #raise to terminate the process.
|
||||
* Function does not perform any validation of the parameters.
|
||||
*
|
||||
* @param msg [in] Message to be printed in log.
|
||||
* @param line_no [in] Line number.
|
||||
|
||||
Reference in New Issue
Block a user