aboutsummaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorPunit Agrawal <[email protected]>2014-11-18 11:41:26 +0000
committerWill Deacon <[email protected]>2014-11-20 16:34:48 +0000
commitc852f320584600a372646055d8229e063949eee7 (patch)
tree57f88ee08e59727db2ac8d305ad89f15990b4ecd /scripts/patch-kernel
parentbd35a4adc4131c530ec7d90242555eac7b3dbe3f (diff)
arm64: Emulate CP15 Barrier instructions
The CP15 barrier instructions (CP15ISB, CP15DSB and CP15DMB) are deprecated in the ARMv7 architecture, superseded by ISB, DSB and DMB instructions respectively. Some implementations may provide the ability to disable the CP15 barriers by disabling the CP15BEN bit in SCTLR_EL1. If not enabled, the encodings for these instructions become undefined. To support legacy software using these instructions, this patch register hooks to - * emulate CP15 barriers and warn the user about their use * toggle CP15BEN in SCTLR_EL1 Signed-off-by: Punit Agrawal <[email protected]> Reviewed-by: Catalin Marinas <[email protected]> Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions