]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Reworked FSL Book-E TLB macros to be more readable
authorKumar Gala <galak@kernel.crashing.org>
Wed, 19 Dec 2007 07:18:15 +0000 (01:18 -0600)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Wed, 9 Jan 2008 22:25:03 +0000 (16:25 -0600)
commit2146cf56821c3364786ca94a7306008c5824b238
tree428acd2d62caa2aad074a5ac37c33817835cfb8a
parent1d47273d46925929f8f2c1913cd96d7257aade88
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>
17 files changed:
board/freescale/mpc8540ads/init.S
board/freescale/mpc8541cds/init.S
board/freescale/mpc8544ds/init.S
board/freescale/mpc8548cds/init.S
board/freescale/mpc8555cds/init.S
board/freescale/mpc8560ads/init.S
board/freescale/mpc8568mds/init.S
board/mpc8540eval/init.S
board/pm854/init.S
board/pm856/init.S
board/sbc8560/init.S
board/stxgp3/init.S
board/stxssa/init.S
board/tqm85xx/init.S
cpu/mpc85xx/spd_sdram.c
include/asm-ppc/mmu.h
include/e500.h