commit | edbcf50eb8aea5f81ae6d83bb969cb0bc02805a1 | [log] [tgz] |
---|---|---|
author | Jean-Philippe Brucker <jean-philippe.brucker@arm.com> | Fri May 24 13:52:20 2019 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Fri May 24 14:58:30 2019 +0100 |
tree | b9bec48a44af4df52cb718ae5ae2e7c6ef0f6f02 | |
parent | c5e2edeb01ae9ffbdde95bdcdb6d3614ba1eb195 [diff] |
arm64: insn: Add BUILD_BUG_ON() for invalid masks Detect invalid instruction masks at build time. Some versions of GCC can warn about the situation, but not all of them, it seems. Suggested-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Jean-Philippe Brucker <jean-philippe.brucker@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>