arch/arm64/Kconfig: Fix help attribute
Replace help => ---help---
This commit is contained in:
parent
f12b9c44cb
commit
2909260f91
@ -98,7 +98,7 @@ config ARCH_HAVE_EL3
|
|||||||
|
|
||||||
config ARCH_SET_VMPIDR_EL2
|
config ARCH_SET_VMPIDR_EL2
|
||||||
bool "Set VMPIDR_EL2 at EL2 stage"
|
bool "Set VMPIDR_EL2 at EL2 stage"
|
||||||
help
|
---help---
|
||||||
VMPIDR_EL2 holds the value of the Virtualization Multiprocessor ID.
|
VMPIDR_EL2 holds the value of the Virtualization Multiprocessor ID.
|
||||||
From architecture manual of AArch64, the behave is:
|
From architecture manual of AArch64, the behave is:
|
||||||
-reading register MPIDR_EL1 in EL2, it's return real MPIDR_EL1
|
-reading register MPIDR_EL1 in EL2, it's return real MPIDR_EL1
|
||||||
|
Loading…
Reference in New Issue
Block a user