From 129b0a28d43620748b0e871e3225a5c32723985a Mon Sep 17 00:00:00 2001 From: ajesh Date: Wed, 22 Jan 2020 14:53:03 +0530 Subject: [PATCH] gpu: nvgpu: make sort as non safe unit Mark sort unit as non safe as the functionality is not used by any of the safe files. Jira NVGPU-4903 Change-Id: Iba5475d91bae217657a03b4b1cb20ca7e2b549cd Signed-off-by: ajesh Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2283546 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Sagar Kamble Reviewed-by: Deepak Nibade Reviewed-by: Vijayakumar Subbu Reviewed-by: mobile promotions GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions --- arch/nvgpu-posix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/nvgpu-posix.yaml b/arch/nvgpu-posix.yaml index bfafa88cd..adb1419be 100644 --- a/arch/nvgpu-posix.yaml +++ b/arch/nvgpu-posix.yaml @@ -62,7 +62,7 @@ queue: include/nvgpu/posix/queue.h ] sort: - safe: yes + safe: no owner: Ajesh K sources: [ include/nvgpu/posix/sort.h ] deps: