diff options
author | Andre Detsch | 2007-12-20 16:39:59 +0900 |
---|---|---|
committer | Paul Mackerras | 2007-12-21 19:46:21 +1100 |
commit | 18789fb1c3311dd8c25acb6eb5ccab05771843f2 (patch) | |
tree | f3b39752fe624f37de34966908be8829840ce850 /arch/sh64/Kconfig.debug | |
parent | 90608a2928a86b9464a8698275a1138e82e3a010 (diff) |
[POWERPC] spufs: DMA Restart after SIGSEGV
This fixes the behavior of spufs when a spu tries a DMA operation
based on a wrong / unavailable address.
Instead of just generating a SIGBUS signal, spufs now
generates a SIGSEGV signal and restarts the problematic DMA operation
after the execution of the application's signal handler. This allows
applications to employ user-level paging systems.
Although the restart_dma function is called before the application's
signal handler, the operation is not actually performed at this time,
since the spu context is already stopped. The operation only takes
place when spu_run is restarted (which happens automatically).
Signed-off-by: Andre Detsch <adetsch@br.ibm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/sh64/Kconfig.debug')
0 files changed, 0 insertions, 0 deletions