-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kernel/vm: Make some functions static and remove dead code #550
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- MISRA changes looks good, no functionality seems lost.
- changes to functions satisfy issues
Looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@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 :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for implementing these chore changes!
- Remove unreachable function `vm_pageFreeAt` - Merge `_page_free` and `vm_pageFree` Fixes: phoenix-rtos/phoenix-rtos-project#1080 Fixes: phoenix-rtos/phoenix-rtos-project#1082 JIRA: RTOS-836
Description
_page_map
and_page_initSizes
static_page_showSizes
Fixes: phoenix-rtos/phoenix-rtos-project#1071
Fixes: phoenix-rtos/phoenix-rtos-project#1072
Fixes: phoenix-rtos/phoenix-rtos-project#1073
Fixes: phoenix-rtos/phoenix-rtos-project#1080
Fixes: phoenix-rtos/phoenix-rtos-project#1082
JIRA: RTOS-836
Motivation and Context
Types of changes
How Has This Been Tested?
Checklist:
Special treatment