]> git.baikalelectronics.ru Git - kernel.git/commit
arm64/debug: Eliminate magic number for size of BRK instruction
authorDave P Martin <Dave.Martin@arm.com>
Fri, 24 Jul 2015 15:37:41 +0000 (16:37 +0100)
committerWill Deacon <will.deacon@arm.com>
Mon, 27 Jul 2015 10:08:42 +0000 (11:08 +0100)
commit559c8a0f6866fc4fadc26011329b8429317e6df0
treec7b8a2f57c7f29e533bda239117241c332c0ecad
parent40c6c4987e1f0c5682d443da741d6f4630c2c004
arm64/debug: Eliminate magic number for size of BRK instruction

The size of an A64 BRK instruction is the same as the size of all other
A64 instructions, because all A64 instructions are the same size.

BREAK_INSTR_SIZE is retained for readibility, but it should not be
an independent constant from AARCH64_INSN_SIZE.

Signed-off-by: Dave Martin <Dave.Martin@arm.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/include/asm/debug-monitors.h