build: remove meltdown warning
Now addressed by KPTI. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
2cfeba8507
commit
9af5089dee
1 changed files with 0 additions and 9 deletions
|
@ -1392,12 +1392,3 @@ if(CONFIG_BOARD_DEPRECATED)
|
|||
removed in version ${CONFIG_BOARD_DEPRECATED}"
|
||||
)
|
||||
endif()
|
||||
|
||||
if(CONFIG_X86 AND CONFIG_USERSPACE AND NOT CONFIG_X86_NO_MELTDOWN)
|
||||
message(WARNING "
|
||||
WARNING: You have enabled CONFIG_USERSPACE on an x86-based target.
|
||||
If your CPU is vulnerable to the Meltdown CPU bug, security of
|
||||
supervisor-only memory pages is not guaranteed. This version of Zephyr
|
||||
does not contain a fix for this issue."
|
||||
)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue