commit | 914dcaa84c53f2c3efa6016efcae13fd92a8a17c | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Wed Aug 11 23:04:18 2010 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Aug 11 23:04:19 2010 +0930 |
tree | 6bbcf8953012000cb0a22b47ff616ff2dbe481f2 | |
parent | a1054322afc8120ea5a50bc84e5beeda54571862 [diff] |
param: make param sections const. Since this section can be read-only (they're in .rodata), they should always have been const. Minor flow-through various functions. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Tested-by: Phil Carmody <ext-phil.2.carmody@nokia.com>