Skip to content

Commit

Permalink
[POWERPC] Export copy_4K_page()
Browse files Browse the repository at this point in the history
Export copy_4K_page() for use by modules via copy_page() (such as
CacheFiles).

Signed-Off-By: David Howells <dhowells@redhat.com>

Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
David Howells authored and Paul Mackerras committed Sep 13, 2006
1 parent 26c8af5 commit 3dd836a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/powerpc/kernel/ppc_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ EXPORT_SYMBOL(__copy_tofrom_user);
EXPORT_SYMBOL(__clear_user);
EXPORT_SYMBOL(__strncpy_from_user);
EXPORT_SYMBOL(__strnlen_user);
#ifdef CONFIG_PPC64
EXPORT_SYMBOL(copy_4K_page);
#endif

#ifndef __powerpc64__
EXPORT_SYMBOL(__ide_mm_insl);
Expand Down

0 comments on commit 3dd836a

Please sign in to comment.