Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1532002 > unrolled thread
| Started by | Christophe Leroy <christophe.leroy@c-s.fr> |
|---|---|
| First post | 2016-11-29 10:00 +0100 |
| Last post | 2016-11-29 10:00 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 0/2] powerpc: hw_breakpoint for book3s/32 and 8xx Christophe Leroy <christophe.leroy@c-s.fr> - 2016-11-29 10:00 +0100
| From | Christophe Leroy <christophe.leroy@c-s.fr> |
|---|---|
| Date | 2016-11-29 10:00 +0100 |
| Subject | [PATCH 0/2] powerpc: hw_breakpoint for book3s/32 and 8xx |
| Message-ID | <sIMqB-62E-5@gated-at.bofh.it> |
This serie provides HW breakpoints on 32 bits Book3S and 8xx Tested on mpc8321 Tested on mpc885 Christophe Leroy (2): powerpc/32: Enable HW_BREAKPOINT on BOOK3S powerpc/8xx: Implement hw_breakpoint arch/powerpc/Kconfig | 2 +- arch/powerpc/include/asm/processor.h | 2 +- arch/powerpc/include/asm/reg_8xx.h | 7 +++++++ arch/powerpc/kernel/head_8xx.S | 28 +++++++++++++++++++++++++++- arch/powerpc/kernel/hw_breakpoint.c | 6 +++++- arch/powerpc/kernel/process.c | 22 ++++++++++++++++++++++ 6 files changed, 63 insertions(+), 4 deletions(-) -- 2.10.1
Back to top | Article view | linux.kernel
csiph-web