forked from Imagelibrary/seL4
Hikey: disable DANGEROUS_CODE_INJECTION
DANGEROUS_CODE_INJECTION does not work on the Hikey due to the current state of the vspace implementation.
This commit is contained in:
@@ -242,7 +242,7 @@ config_option(KernelDangerousCodeInjection DANGEROUS_CODE_INJECTION
|
||||
"Adds a system call that allows users to specify code to be run in kernel mode. \
|
||||
Useful for profiling."
|
||||
DEFAULT OFF
|
||||
DEPENDS "NOT KernelARMHypervisorSupport;NOT KernelVerificationBuild"
|
||||
DEPENDS "NOT KernelARMHypervisorSupport;NOT KernelVerificationBuild;NOT KernelPlatformHikey"
|
||||
)
|
||||
|
||||
config_option(KernelDebugDisablePrefetchers DEBUG_DISABLE_PREFETCHERS
|
||||
|
||||
Reference in New Issue
Block a user