commit | 1ad4b3ba10c31df88316e151b28dcb15189b5c0c | [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 | 4302ed72e7378fa31c2849a47b8b6ec79a87ef48 [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>