The correct erratum ID should be 834220.
Fixes: 0a7ba2936457 ("xen/arm: arm64: Add Cortex-A57 erratum 834220 workaround")
Signed-off-by: Michal Orzel <michal.orzel@arm.com>
Acked-by: Julien Grall <jgrall@amazon.com>
* 1. the stage 2 fault happen during a stage 1 page table walk
* (the bit ESR_EL2.S1PTW is set)
* 2. the fault was due to a translation fault and the processor
- * does not carry erratum #8342220
+ * does not carry erratum #834220
*
* Note that technically HPFAR is valid for other cases, but they
* are currently not supported by Xen.