commit | 2c3e47871d18f93b8bc2892fb41432111201356d | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@ozlabs.org> | Thu Jul 03 11:42:20 2008 +1000 |
committer | Jeremy Kerr <jk@ozlabs.org> | Wed Jul 09 10:13:41 2008 +1000 |
tree | 2336e5a9eaf69bfd92f5eee198a13a1382107a67 | |
parent | 6f7dde812defe5bc49cf463ac1579ffeda5cbfd4 [diff] |
powerpc/spufs: only add ".ctx" file with "debug" mount option Currently, the .ctx debug file in spu context directories is always present. We'd prefer to prevent users from relying on this file, so add a "debug" mount option to spufs. The .ctx file will only be added to the context directories when this option is present. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>