Commit f2a737b4 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Linus Torvalds

[PATCH] ppc64: export ppc64_caches for afs/ntfs

they use clear_page, which in turn uses ppc64_caches so it needs to be
exported.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 74d77cde
...@@ -116,6 +116,7 @@ u64 ppc64_pft_size; ...@@ -116,6 +116,7 @@ u64 ppc64_pft_size;
u64 ppc64_debug_switch; u64 ppc64_debug_switch;
struct ppc64_caches ppc64_caches; struct ppc64_caches ppc64_caches;
EXPORT_SYMBOL_GPL(ppc64_caches);
/* /*
* These are used in binfmt_elf.c to put aux entries on the stack * These are used in binfmt_elf.c to put aux entries on the stack
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment