commit | 77ee306c0aea9a219daec256ad25982944affef8 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Thu Jul 23 13:51:46 2015 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Mon Jul 27 11:08:41 2015 +0100 |
tree | 87f2321645e08cdbbd6525f125af4eef69ef0c94 | |
parent | 338d4f49d6f7114a017d294ccf7374df4f998edc [diff] |
arm64: alternatives: add enable parameter to conditional asm macros There are cases where we want to compile out both versions of an alternative code block, so add an enable parameter to the new conditional alternative assembly macros in the same way as alternative_insn. Signed-off-by: Will Deacon <will.deacon@arm.com>