diff options
| -rw-r--r-- | arch/sh/include/asm/mmu.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sh/include/asm/mmu.h b/arch/sh/include/asm/mmu.h index 19fe84550b49..56e4418c19b9 100644 --- a/arch/sh/include/asm/mmu.h +++ b/arch/sh/include/asm/mmu.h | |||
| @@ -66,6 +66,13 @@ int pmb_unmap(void __iomem *addr); | |||
| 66 | 66 | ||
| 67 | #else | 67 | #else |
| 68 | 68 | ||
| 69 | static inline int | ||
| 70 | pmb_bolt_mapping(unsigned long virt, phys_addr_t phys, | ||
| 71 | unsigned long size, pgprot_t prot) | ||
| 72 | { | ||
| 73 | return -EINVAL; | ||
| 74 | } | ||
| 75 | |||
| 69 | static inline void __iomem * | 76 | static inline void __iomem * |
| 70 | pmb_remap_caller(phys_addr_t phys, unsigned long size, | 77 | pmb_remap_caller(phys_addr_t phys, unsigned long size, |
| 71 | pgprot_t prot, void *caller) | 78 | pgprot_t prot, void *caller) |
