commit | 74254647e06452faff3675f9cd347ef2a5d63d90 | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@ozlabs.org> | Tue Feb 17 11:44:14 2009 +1100 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Feb 23 10:48:59 2009 +1100 |
tree | 1d92362a16faafed97889cbe720a926fa0d1dd81 | |
parent | 3688b46b89a1a64d5eeb0df5f9d82e109712fffe [diff] |
powerpc/spufs: Constify context contents and coredump callback constants The spufs context directory contents definitions are not changed after initialisation, so we can declare them as const. We can do the same with the spu coredump reader callbacks too. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>