gpu: nvgpu: posix: Make queue.c as a safe file

Make Queue.c as a safe file in YAML because Queue.c file APIs
are used by SDL unit.

JIRA NVGPU-2679

Change-Id: Ia1a69e0f09addf70dfedb52516ceb7642bd35c6e
Signed-off-by: Petlozu Pravareshwar <petlozup@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2280026
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Philip Elcan <pelcan@nvidia.com>
Reviewed-by: Deepak Nibade <dnibade@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Petlozu Pravareshwar
2020-01-16 07:39:14 -08:00
committed by Alex Waterman
parent e4c9ab22f5
commit b4029e9bfa

View File

@@ -1,4 +1,4 @@
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All Rights Reserved.
# #
# POSIX elements and units in nvgpu. # POSIX elements and units in nvgpu.
# #
@@ -34,8 +34,7 @@ all:
os/posix/posix-vidmem.c, os/posix/posix-vidmem.c,
os/posix/fecs_trace_posix.c, os/posix/fecs_trace_posix.c,
os/posix/stubs.c, os/posix/stubs.c,
os/posix/posix-vpr.c, os/posix/posix-vpr.c ]
os/posix/queue.c ]
headers: headers:
safe: no safe: no
@@ -54,9 +53,14 @@ headers:
include/nvgpu/posix/soc_fuse.h, include/nvgpu/posix/soc_fuse.h,
include/nvgpu/posix/vm.h, include/nvgpu/posix/vm.h,
include/nvgpu/posix/posix_vidmem.h, include/nvgpu/posix/posix_vidmem.h,
include/nvgpu/posix/queue.h,
include/nvgpu/posix/posix-nvhost.h ] include/nvgpu/posix/posix-nvhost.h ]
queue:
safe: yes
owner: Rajesh D
sources: [ os/posix/queue.c,
include/nvgpu/posix/queue.h ]
sort: sort:
safe: yes safe: yes
owner: Ajesh K owner: Ajesh K