CONFIG_ARM_ERRATA_430973 is not available for thedefaultarchitecture x86.
Result is shown for architecture arm

ARM errata: Stale prediction on replaced interworking branch

configname: CONFIG_ARM_ERRATA_430973

Linux Kernel Configuration
└─>System Type
└─>ARM errata: Stale prediction on replaced interworking branch
In linux kernel since version 2.6.30 (release Date: 2009-06-09)  
This option enables the workaround for the 430973 Cortex-A8
(r1p0..r1p2) erratum. If a code sequence containing an ARM/Thumb
interworking branch is replaced with another code sequence at the
same virtual address, whether due to self-modifying code or virtual
to physical address re-mapping, Cortex-A8 does not recover from the
stale interworking branch prediction. This results in Cortex-A8
executing the new code sequence in the incorrect ARM or Thumb state.
The workaround enables the BTB/BTAC operations by setting ACTLR.IBE
and also flushes the branch target cache at every context switch.
Note that setting specific bits in the ACTLR register may not be
available in non-secure mode.

depends
CONFIG_CPU_V7