summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2014-05-08 12:01:10 +0100
committerdanh-arm <dan.handley@arm.com>2014-05-08 12:01:10 +0100
commitfd6fede5b6183143eaac3c79e2bcfb13c0492dea (patch)
treeb8881fbb26c0d24a4aa1db42dc0fc53748a919df /include
parent8067ae3ff63c258df753b893eabfe4c8a852bd8a (diff)
parent5f6032a8206bb88655367f96cc1270525bed9e48 (diff)
Merge pull request #58 from athoelke/optimise-cache-flush-v2
Optimise data cache clean/invalidate operation v2
Diffstat (limited to 'include')
-rw-r--r--include/common/asm_macros.S7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/common/asm_macros.S b/include/common/asm_macros.S
index a41b729..3dbd9f2 100644
--- a/include/common/asm_macros.S
+++ b/include/common/asm_macros.S
@@ -65,13 +65,6 @@
.endm
- .macro setup_dcsw_op_args start_level, end_level, clidr, shift, fw, ls
- mrs \clidr, clidr_el1
- mov \start_level, xzr
- ubfx \end_level, \clidr, \shift, \fw
- lsl \end_level, \end_level, \ls
- .endm
-
/*
* This macro verifies that the a given vector doesn't exceed the
* architectural limit of 32 instructions. This is meant to be placed