From e3de51b6f66fe85b937d939234b5b7c238f3b4b0 Mon Sep 17 00:00:00 2001 From: ajesh Date: Tue, 29 Oct 2019 15:40:10 +0530 Subject: [PATCH] gpu: nvgpu: mark os_sched as safe unit Mark os_sched header file as safe in nvgpu-interface yaml file. Jira NVGPU-2414 Change-Id: I5e1e7574a21140c8e4d2bd0dc22cb4c397cc551a Signed-off-by: ajesh Reviewed-on: https://git-master.nvidia.com/r/2227730 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman --- arch/nvgpu-interface.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/nvgpu-interface.yaml b/arch/nvgpu-interface.yaml index a63284eb9..b5a25be9a 100644 --- a/arch/nvgpu-interface.yaml +++ b/arch/nvgpu-interface.yaml @@ -120,7 +120,7 @@ nvgpu_sgt: sources: [ include/nvgpu/nvgpu_sgt_os.h ] os_sched: - safe: no + safe: yes sources: [ include/nvgpu/os_sched.h ] nvhost: