commit | 2146cf56821c3364786ca94a7306008c5824b238 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Wed Dec 19 01:18:15 2007 -0600 |
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | Wed Jan 09 16:25:03 2008 -0600 |
tree | 428acd2d62caa2aad074a5ac37c33817835cfb8a | |
parent | 1d47273d46925929f8f2c1913cd96d7257aade88 [diff] |
Reworked FSL Book-E TLB macros to be more readable The old macros made it difficult to know what WIMGE and perm bits were set for a TLB entry. Actually use the bit masks for these items since they are only a single bit. Also moved the macros into mmu.h out of e500.h since they aren't specific to e500. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>