commit | a352894d07059649398c4769dc8b645e1a1dad88 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <[email protected]> | Wed Jul 23 21:27:09 2008 -0700 |
committer | Linus Torvalds <[email protected]> | Thu Jul 24 10:47:15 2008 -0700 |
tree | d464a0cc5b7718d4d2482c52105e2d1a4fbca67b | |
parent | a1f242ff460e4b50a045fa237c3c56cce9eabf83 [diff] |
spufs: use new vm_ops->access to allow local state access from gdb This uses the new vm_ops->access to allow gdb to access the SPU local store. We currently prevent access to problem state registers, this can be done later if really needed but it's safer not to. [[email protected]: fix typo] Signed-off-by: Benjamin Herrenschmidt <[email protected]> Signed-off-by: Rik van Riel <[email protected]> Cc: Dave Airlie <[email protected]> Cc: Hugh Dickins <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Arnd Bergmann <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>