diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-17 12:54:05 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-17 12:54:05 -0500 |
commit | 0ea90b9e79cff66934119e6dd8fa8e9d0f7d005a (patch) | |
tree | 33126618be3e6d8d0382a48f55b99fc2cb1c539c /arch/microblaze/include | |
parent | 5f5425ef55b3fd2d395fb917edde3e6ae438c29a (diff) | |
parent | 3a8e3265179b7e6394d7aab4d6df5651b49e7243 (diff) |
Merge tag 'microblaze-3.19-rc1' of git://git.monstr.eu/linux-2.6-microblaze
Pull Microblaze fix from Michal Simek:
"Fix mmap for cache coherent memory"
* tag 'microblaze-3.19-rc1' of git://git.monstr.eu/linux-2.6-microblaze:
microblaze: Fix mmap for cache coherent memory
Diffstat (limited to 'arch/microblaze/include')
-rw-r--r-- | arch/microblaze/include/asm/pgtable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/include/asm/pgtable.h b/arch/microblaze/include/asm/pgtable.h index 95cef0b5f836..df19d0c47be8 100644 --- a/arch/microblaze/include/asm/pgtable.h +++ b/arch/microblaze/include/asm/pgtable.h | |||
@@ -565,6 +565,7 @@ void consistent_free(size_t size, void *vaddr); | |||
565 | void consistent_sync(void *vaddr, size_t size, int direction); | 565 | void consistent_sync(void *vaddr, size_t size, int direction); |
566 | void consistent_sync_page(struct page *page, unsigned long offset, | 566 | void consistent_sync_page(struct page *page, unsigned long offset, |
567 | size_t size, int direction); | 567 | size_t size, int direction); |
568 | unsigned long consistent_virt_to_pfn(void *vaddr); | ||
568 | 569 | ||
569 | void setup_memory(void); | 570 | void setup_memory(void); |
570 | #endif /* __ASSEMBLY__ */ | 571 | #endif /* __ASSEMBLY__ */ |