arch: arm64: correct a comment on CONFIG_ARM64_STACK_PROTECTION
There is a #endif comment which was incorrectly marked with CONFIG_HW_STACK_PROTECTION instead of CONFIG_ARM64_STACK_PROTECTION, which is used at #if. So update it. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
69586d16c2
commit
3a1784432b
1 changed files with 1 additions and 1 deletions
|
@ -735,7 +735,7 @@ out:
|
|||
atomic_clear(&thread->arch.flushing);
|
||||
return ret < 0 ? ret : 0;
|
||||
}
|
||||
#endif /* defined(CONFIG_USERSPACE) || defined(CONFIG_HW_STACK_PROTECTION) */
|
||||
#endif /* defined(CONFIG_USERSPACE) || defined(CONFIG_ARM64_STACK_PROTECTION) */
|
||||
|
||||
#if defined(CONFIG_USERSPACE)
|
||||
int arch_mem_domain_max_partitions_get(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue