phoenix-rtos / phoenix-rtos-kernel

Phoenix-RTOS microkernel repository
http://phoenix-rtos.com
BSD 3-Clause "New" or "Revised" License
114 stars 33 forks source link

kernel/vm: Make some functions static and remove dead code #550

Closed astalke closed 5 months ago

astalke commented 5 months ago

Description

Fixes: https://github.com/phoenix-rtos/phoenix-rtos-project/issues/1071 Fixes: https://github.com/phoenix-rtos/phoenix-rtos-project/issues/1072 Fixes: https://github.com/phoenix-rtos/phoenix-rtos-project/issues/1073 Fixes: https://github.com/phoenix-rtos/phoenix-rtos-project/issues/1080 Fixes: https://github.com/phoenix-rtos/phoenix-rtos-project/issues/1082

JIRA: RTOS-836

Motivation and Context

Types of changes

How Has This Been Tested?

Checklist:

Special treatment

github-actions[bot] commented 5 months ago

Unit Test Results

7 460 tests  ±0   6 745 :white_check_mark: ±0   39m 7s :stopwatch: +6s   420 suites ±0     715 :zzz: ±0      1 files   ±0       0 :x: ±0 

Results for commit d82e54df. ± Comparison against base commit a3369fa2.

:recycle: This comment has been updated with latest results.

niewim19 commented 5 months ago

@damianloew is this PR`s CI able to be repaired by rerunning campaign? Or do we hold it as error case?

damianloew commented 5 months ago

@damianloew is this PR`s CI able to be repaired by rerunning campaign? Or do we hold it as error case?

Re-run should help, I've already done it :)