mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
gpu: nvgpu: compile out bsearch.c from safety build
- We are compiling “os/posix/bsearch.c” as part of safety-build, but we are not using bsearch.c file API from any safety file. JIRA NVGPU-6172 Change-Id: Id0ebf00287f7564e629c28190f90edd68288dd70 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2424541 (cherry picked from commit ce822b1c8766faf5642079f0d5dde347ac2c5087) Signed-off-by: srajum <srajum@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2447418 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
9b81c28dd3
commit
a03da4a077
@@ -271,7 +271,6 @@ nvgpu_big_free
|
||||
nvgpu_big_pages_possible
|
||||
nvgpu_bitmap_clear
|
||||
nvgpu_bitmap_set
|
||||
nvgpu_bsearch
|
||||
nvgpu_bug_cb_longjmp
|
||||
nvgpu_bug_register_cb
|
||||
nvgpu_bug_unregister_cb
|
||||
|
||||
@@ -277,7 +277,6 @@ nvgpu_big_free
|
||||
nvgpu_big_pages_possible
|
||||
nvgpu_bitmap_clear
|
||||
nvgpu_bitmap_set
|
||||
nvgpu_bsearch
|
||||
nvgpu_bug_cb_longjmp
|
||||
nvgpu_bug_register_cb
|
||||
nvgpu_bug_unregister_cb
|
||||
|
||||
Reference in New Issue
Block a user