diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-08-14 09:38:34 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-08-24 20:48:05 -0500 |
commit | fc4bdb35fba1c8f464fd85b94a5059e752fc85d4 (patch) | |
tree | 249a02a1515fb814d703215352e86de89f09dfbf /arch/powerpc/mm | |
parent | 8934210cfe925f0d3e3089c69e9e88021324801b (diff) | |
download | linux-3.10-fc4bdb35fba1c8f464fd85b94a5059e752fc85d4.tar.gz linux-3.10-fc4bdb35fba1c8f464fd85b94a5059e752fc85d4.tar.bz2 linux-3.10-fc4bdb35fba1c8f464fd85b94a5059e752fc85d4.zip |
powerpc/booke: Move MMUCSR definition into mmu-book3e.h
The MMUCSR is now defined as part of the Book-3E architecture so we
can move it into mmu-book3e.h and add some of the additional bits
defined by the architecture specs.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/mm')
-rw-r--r-- | arch/powerpc/mm/tlb_nohash_low.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/mm/tlb_nohash_low.S b/arch/powerpc/mm/tlb_nohash_low.S index 7bcd9fbf6cc..bbdc5b577b8 100644 --- a/arch/powerpc/mm/tlb_nohash_low.S +++ b/arch/powerpc/mm/tlb_nohash_low.S @@ -124,8 +124,6 @@ _GLOBAL(_tlbil_pid) * to have the larger code path before the _SECTION_ELSE */ -#define MMUCSR0_TLBFI (MMUCSR0_TLB0FI | MMUCSR0_TLB1FI | \ - MMUCSR0_TLB2FI | MMUCSR0_TLB3FI) /* * Flush MMU TLB on the local processor */ |