commit | 33bfd7a73861c3727482c6c1c1c2ef40054060b7 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd.bergmann@de.ibm.com> | Thu Dec 20 16:39:59 2007 +0900 |
committer | Paul Mackerras <paulus@samba.org> | Fri Dec 21 19:46:19 2007 +1100 |
tree | 97b9ceaa32dfe08a39049fa27eda4220cc5b8cb7 | |
parent | 7cd58e43810852eeb7af5a0c803f3890bd08b581 [diff] |
[POWERPC] spufs: block fault handlers in spu_acquire_runnable This change disables the logic that faults-in spu contexts under the covers from the page fault handler. When a fault requires a runnable context, the handler will block until the context is scheduled by other means. Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com> Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Paul Mackerras <paulus@samba.org>