commit | 79c227a92ce9fe0504e9c4aaadf3bfacb0f5f45e | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd.bergmann@de.ibm.com> | Fri Mar 24 19:49:27 2006 +0100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Mar 27 14:48:44 2006 +1100 |
tree | 3e674a8ec79bd170a86e1c5544948d267b381346 | |
parent | 47952d5ea67dc7098667a954483a82acf81eb4da [diff] |
[PATCH] spufs: Fix endless protection fault on LS writes by SPE. If an SPE attempts a DMA put to a local store after already doing a get, the kernel must update the HW PTE to allow the write access. This case was not being handled correctly. From: Mike Kistler <mkistler@us.ibm.com> Signed-off-by: Mike Kistler <mkistler@us.ibm.com> Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>