summaryrefslogtreecommitdiff
path: root/fs/binfmt_elf.c
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-04-16 15:24:34 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 15:24:34 -0700
commitfa89c5092eddcbcb425a1416f85906e3cc519793 (patch)
tree98c2798d1751128d01ae600e4d4737e48dfb3b78 /fs/binfmt_elf.c
parentdfbacdc1a0b568dfa69fb2c1b39b608074001083 (diff)
downloadlinux-3.10-fa89c5092eddcbcb425a1416f85906e3cc519793.tar.gz
linux-3.10-fa89c5092eddcbcb425a1416f85906e3cc519793.tar.bz2
linux-3.10-fa89c5092eddcbcb425a1416f85906e3cc519793.zip
[PATCH] ppc64: fix export of wrong symbol
In arch/ppc64/kernel/ppc_ksyms.c, we are still exporting flush_icache_range, but that has been changed to be an inline in include/asm-ppc64/cacheflush.h which calls __flush_icache_range (defined in arch/ppc64/kernel/misc.S). This patch changes the export to __flush_icache_range, thus allowing modules to use the inline flush_icache_range. Signed-off-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/binfmt_elf.c')
0 files changed, 0 insertions, 0 deletions