Searched hist:e68ef121c1f4c38edf87a3354661ceb99d522729 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-noadv.c | diff e68ef121c1f4c38edf87a3354661ceb99d522729 Thu May 14 06:17:37 CDT 2020 Ravi Bangoria <ravi.bangoria@linux.ibm.com> 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
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | hw_breakpoint.h | diff e68ef121c1f4c38edf87a3354661ceb99d522729 Thu May 14 06:17:37 CDT 2020 Ravi Bangoria <ravi.bangoria@linux.ibm.com> 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
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | hw_breakpoint.c | diff e68ef121c1f4c38edf87a3354661ceb99d522729 Thu May 14 06:17:37 CDT 2020 Ravi Bangoria <ravi.bangoria@linux.ibm.com> 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
|
H A D | process.c | diff e68ef121c1f4c38edf87a3354661ceb99d522729 Thu May 14 06:17:37 CDT 2020 Ravi Bangoria <ravi.bangoria@linux.ibm.com> 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
|