diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2012-05-14 11:58:57 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-14 17:05:09 -0400 |
commit | 50544bce4c46561fe9d3f817941bd95d8ae6fedd (patch) | |
tree | 1cfd92a777b634c5430ead3478d709093915181f /arch/sparc/mm/iommu.c | |
parent | 08c9388f5816ac9285dce7d07c8867ae1c1e4bcb (diff) |
sparc32: remove runtime btfix support
- remove all uses of btfixup header
- remove the btfixup header
- remove the btfixup code
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/mm/iommu.c')
-rw-r--r-- | arch/sparc/mm/iommu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc/mm/iommu.c b/arch/sparc/mm/iommu.c index 720bea2c7fdd..a8a58cad9d2b 100644 --- a/arch/sparc/mm/iommu.c +++ b/arch/sparc/mm/iommu.c | |||
@@ -141,7 +141,6 @@ static int __init iommu_init(void) | |||
141 | 141 | ||
142 | subsys_initcall(iommu_init); | 142 | subsys_initcall(iommu_init); |
143 | 143 | ||
144 | /* This begs to be btfixup-ed by srmmu. */ | ||
145 | /* Flush the iotlb entries to ram. */ | 144 | /* Flush the iotlb entries to ram. */ |
146 | /* This could be better if we didn't have to flush whole pages. */ | 145 | /* This could be better if we didn't have to flush whole pages. */ |
147 | static void iommu_flush_iotlb(iopte_t *iopte, unsigned int niopte) | 146 | static void iommu_flush_iotlb(iopte_t *iopte, unsigned int niopte) |