commit | 679bea5e438df70b5d4348fd2da4501aaeacebe0 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun May 13 13:23:16 2012 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun May 13 13:23:16 2012 -0700 |
tree | 476c87af4c16b665d0f6bd8c3067f10b47507746 | |
parent | f613914efcc566245cd605bde6943fb5c2cd4ba3 [diff] |
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>