diff options
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/include/asm/io.h | 8 | ||||
-rw-r--r-- | arch/microblaze/include/asm/tlb.h | 3 |
2 files changed, 2 insertions, 9 deletions
diff --git a/arch/microblaze/include/asm/io.h b/arch/microblaze/include/asm/io.h index 433751b2a003..940f5fc1d1da 100644 --- a/arch/microblaze/include/asm/io.h +++ b/arch/microblaze/include/asm/io.h | |||
@@ -69,12 +69,4 @@ extern void __iomem *ioremap(phys_addr_t address, unsigned long size); | |||
69 | 69 | ||
70 | #include <asm-generic/io.h> | 70 | #include <asm-generic/io.h> |
71 | 71 | ||
72 | #define readb_relaxed readb | ||
73 | #define readw_relaxed readw | ||
74 | #define readl_relaxed readl | ||
75 | |||
76 | #define writeb_relaxed writeb | ||
77 | #define writew_relaxed writew | ||
78 | #define writel_relaxed writel | ||
79 | |||
80 | #endif /* _ASM_MICROBLAZE_IO_H */ | 72 | #endif /* _ASM_MICROBLAZE_IO_H */ |
diff --git a/arch/microblaze/include/asm/tlb.h b/arch/microblaze/include/asm/tlb.h index 8aa97817cc8c..99b6ded54849 100644 --- a/arch/microblaze/include/asm/tlb.h +++ b/arch/microblaze/include/asm/tlb.h | |||
@@ -14,7 +14,6 @@ | |||
14 | #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) | 14 | #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) |
15 | 15 | ||
16 | #include <linux/pagemap.h> | 16 | #include <linux/pagemap.h> |
17 | #include <asm-generic/tlb.h> | ||
18 | 17 | ||
19 | #ifdef CONFIG_MMU | 18 | #ifdef CONFIG_MMU |
20 | #define tlb_start_vma(tlb, vma) do { } while (0) | 19 | #define tlb_start_vma(tlb, vma) do { } while (0) |
@@ -22,4 +21,6 @@ | |||
22 | #define __tlb_remove_tlb_entry(tlb, pte, address) do { } while (0) | 21 | #define __tlb_remove_tlb_entry(tlb, pte, address) do { } while (0) |
23 | #endif | 22 | #endif |
24 | 23 | ||
24 | #include <asm-generic/tlb.h> | ||
25 | |||
25 | #endif /* _ASM_MICROBLAZE_TLB_H */ | 26 | #endif /* _ASM_MICROBLAZE_TLB_H */ |