-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Improve the use of CONFIG_KERNEL_COHERENCE #30380
Labels
Comments
nashif
added a commit
to nashif/zephyr
that referenced
this issue
Dec 7, 2020
Add missing CONFIG_ to KERNEL_COHERENCE usage in code. Fixes zephyrproject-rtos#30380 Signed-off-by: Anas Nashif <[email protected]>
nashif
added a commit
that referenced
this issue
Dec 8, 2020
Add missing CONFIG_ to KERNEL_COHERENCE usage in code. Fixes #30380 Signed-off-by: Anas Nashif <[email protected]>
bwasim
pushed a commit
to bwasim/zephyr
that referenced
this issue
Jan 5, 2021
Add missing CONFIG_ to KERNEL_COHERENCE usage in code. Fixes zephyrproject-rtos#30380 Signed-off-by: Anas Nashif <[email protected]>
dcpleung
pushed a commit
to dcpleung/zephyr
that referenced
this issue
Feb 3, 2021
Add missing CONFIG_ to KERNEL_COHERENCE usage in code. Fixes zephyrproject-rtos#30380 Signed-off-by: Anas Nashif <[email protected]>
nashif
added a commit
that referenced
this issue
Feb 3, 2021
Add missing CONFIG_ to KERNEL_COHERENCE usage in code. Fixes #30380 Signed-off-by: Anas Nashif <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
It seems there is a typo in the kernel where
KERNEL_COHERENCE
is used instead ofCONFIG_KERNEL_COHERENCE
.To Reproduce
Search for " KERNEL_COHERENCE". Note the leading space character.
Expected behavior
Impact
The conditionally compiled code (asserts) is never activated by the Kconfig option.
Environment (please complete the following information):
e0b35dd0d594a8af8989e3713f99d52128e08815
Additional context
Introduced in f6d32ab
The text was updated successfully, but these errors were encountered: