diff options
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index bca01e280bbe..0a9dcde16a5c 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1058,7 +1058,7 @@ config ARM_ERRATA_430973 | |||
1058 | depends on CPU_V7 | 1058 | depends on CPU_V7 |
1059 | help | 1059 | help |
1060 | This option enables the workaround for the 430973 Cortex-A8 | 1060 | This option enables the workaround for the 430973 Cortex-A8 |
1061 | (r1p0..r1p2) erratum. If a code sequence containing an ARM/Thumb | 1061 | r1p* erratum. If a code sequence containing an ARM/Thumb |
1062 | interworking branch is replaced with another code sequence at the | 1062 | interworking branch is replaced with another code sequence at the |
1063 | same virtual address, whether due to self-modifying code or virtual | 1063 | same virtual address, whether due to self-modifying code or virtual |
1064 | to physical address re-mapping, Cortex-A8 does not recover from the | 1064 | to physical address re-mapping, Cortex-A8 does not recover from the |