diff options
author | Ravi Bangoria <ravi.bangoria@linux.ibm.com> | 2020-05-14 14:17:37 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-05-18 17:11:05 +0300 |
commit | e68ef121c1f4c38edf87a3354661ceb99d522729 (patch) | |
tree | 19a1a3a86436cb72a841ad52e7e43ebdcb196495 /arch/powerpc/include/asm/sstep.h | |
parent | c9e82aeb197df2d93b1b4234bc0c80943fa594e8 (diff) | |
download | linux-e68ef121c1f4c38edf87a3354661ceb99d522729.tar.xz |
powerpc/watchpoint: Use builtin ALIGN*() macros
Currently we calculate hw aligned start and end addresses manually.
Replace them with builtin ALIGN_DOWN() and ALIGN() macros.
So far end_addr was inclusive but this patch makes it exclusive (by
avoiding -1) for better readability.
Suggested-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Ravi Bangoria <ravi.bangoria@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Reviewed-by: Michael Neuling <mikey@neuling.org>
Link: https://lore.kernel.org/r/20200514111741.97993-13-ravi.bangoria@linux.ibm.com
Diffstat (limited to 'arch/powerpc/include/asm/sstep.h')
0 files changed, 0 insertions, 0 deletions