Hi Linus
There are 3 arch/nios2 fixes for 4.0 final:
- fix cache coherency issue when debugging with gdb
- move restart_block to struct task_struct (aligned with other architectures)
- fix for missing registers defines for ptrace
Please consider pulling.
Regards
Ley Foon
The following changes since commit f22e6e847115abc3a0e2ad7bb18d243d42275af1:
Linux 4.0-rc7 (2015-04-06 15:39:45 -0700)
are available in the git repository at:
git://git.rocketboards.org/linux-socfpga-next.git tags/nios2-fixes-v4.0-final
for you to fetch changes up to 4a89c3088ff61aa24754e9cd6dc665cc719f7efe:
nios2: fix cache coherency issue when debug with gdb (2015-04-10 11:10:08 +0800)
----------------------------------------------------------------
nios2 fixes for v4.0-final
----------------------------------------------------------------
Ley Foon Tan (3):
nios2: signal: Move restart_block to struct task_struct
nios2: add missing ptrace registers defines
nios2: fix cache coherency issue when debug with gdb
arch/nios2/include/asm/thread_info.h | 4 ----
arch/nios2/include/uapi/asm/ptrace.h | 9 +++++++--
arch/nios2/kernel/entry.S | 2 +-
arch/nios2/kernel/signal.c | 2 +-
arch/nios2/mm/cacheflush.c | 3 ---
5 files changed, 9 insertions(+), 11 deletions(-)