diff options
author | David S. Miller <davem@davemloft.net> | 2012-05-13 13:23:16 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-13 13:23:16 -0700 |
commit | 679bea5e438df70b5d4348fd2da4501aaeacebe0 (patch) | |
tree | 476c87af4c16b665d0f6bd8c3067f10b47507746 /arch/sparc/include/asm/pgtable_64.h | |
parent | f613914efcc566245cd605bde6943fb5c2cd4ba3 (diff) | |
download | blackbird-op-linux-679bea5e438df70b5d4348fd2da4501aaeacebe0.tar.gz blackbird-op-linux-679bea5e438df70b5d4348fd2da4501aaeacebe0.zip |
sparc: Kill mmu_{un,}lockarea().
These were used on sun4c during floppy data transfers since on that
chip we had to lock the cpu mappings into the TLB because we cannot
take a TLB miss during the assembler floppy interrupt handler that
does the data transfer.
That is no longer necessary since we've removed sun4c support, thus
this stuff can disappear completely.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/asm/pgtable_64.h')
-rw-r--r-- | arch/sparc/include/asm/pgtable_64.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sparc/include/asm/pgtable_64.h b/arch/sparc/include/asm/pgtable_64.h index 76e4a52aa85e..61210db139fb 100644 --- a/arch/sparc/include/asm/pgtable_64.h +++ b/arch/sparc/include/asm/pgtable_64.h @@ -717,10 +717,6 @@ extern unsigned long find_ecache_flush_span(unsigned long size); struct seq_file; extern void mmu_info(struct seq_file *); -/* These do nothing with the way I have things setup. */ -#define mmu_lockarea(vaddr, len) (vaddr) -#define mmu_unlockarea(vaddr, len) do { } while(0) - struct vm_area_struct; extern void update_mmu_cache(struct vm_area_struct *, unsigned long, pte_t *); |