commit | 918a35beb9766e16ad2e497da52f545ea1ab75fd | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Mon Oct 31 13:30:41 2011 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Tue Nov 08 08:30:57 2011 -0600 |
tree | 6bad7600a9f759bd251ed48523bb226c39469c6b | |
parent | d1077b60e099b0ec9bc33cabf0cfbaf5ca882a7d [diff] |
powerpc/85xx: fix definition of MAS register macros Some of the MAS register macros do not protect the parameter with parentheses, which could cause wrong values if the parameter includes operators. Also fix the definition of TSIZE_TO_BYTES() so that it actually uses the parameter. This hasn't caused any problems to date because the parameter was always been 'tsize'. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>