Home
last modified time | relevance | path

Searched hist:e68ef121c1f4c38edf87a3354661ceb99d522729 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-noadv.cdiff 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 Dhw_breakpoint.hdiff 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 Dhw_breakpoint.cdiff 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 Dprocess.cdiff 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