[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] misc/arm: Correctly name bit in the booting document
SCTLR_EL3.HCR does not exists in the documentation (see D7.2.80 in ARM DDI 0487A.j). It was meant to be SCTRL_EL3.HCE. Signed-off-by: Julien Grall <julien.grall@xxxxxxx> --- docs/misc/arm/booting.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/misc/arm/booting.txt b/docs/misc/arm/booting.txt index c7c1d7e..d3f6ce4 100644 --- a/docs/misc/arm/booting.txt +++ b/docs/misc/arm/booting.txt @@ -31,7 +31,7 @@ Xen relies on some settings the firmware has to configure in EL3 before starting * Xen must be entered in NS EL2 mode -* The bit SCR_EL3.HCR (resp. SCR.HCE for 32-bit ARM) must be set to 1. +* The bit SCR_EL3.HCE (resp. SCR.HCE for 32-bit ARM) must be set to 1. [1] linux/Documentation/arm/Booting -- 1.9.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |