commit | 9fa52d417662f00e3f31ac643300c733b7a1c8de | [log] [tgz] |
---|---|---|
author | Becky Bruce <beckyb@kernel.crashing.org> | Thu Jun 17 11:37:21 2010 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Fri Jul 16 10:55:09 2010 -0500 |
tree | ef7238884c0159a6ba6b0f2888ec25d1ea6a5183 | |
parent | 0d4cee110b8a21479a49ed93592143177d2c7977 [diff] |
mpc85xx: tlb.c cleanups Extract the operation to read a tlb into a function - we will need this later to print out the tlbs, and there's no point in duplicating the code. Create a TSIZE_TO_BYTES macro to deal with the conversion from the MAS field to an actual size instead of duplicating this in code. There are a few misc other minor cleanups. Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>