]> git.baikalelectronics.ru Git - kernel.git/commit
[IA64] export copy_page() to modules
authorAndrew Morton <akpm@linux-foundation.org>
Sat, 8 Dec 2007 00:10:19 +0000 (16:10 -0800)
committerTony Luck <tony.luck@intel.com>
Sat, 8 Dec 2007 00:10:19 +0000 (16:10 -0800)
commit136c61a5de8bbf7210f394d48897ccc797276214
treec82800cebc1224b51adec9045ea0125e9a946c51
parent0f958d0d03d5ba17776edd8ba516c6b0abec294c
[IA64] export copy_page() to modules

With the unionfs patch applied I get

ERROR: "copy_page" [fs/unionfs/unionfs.ko] undefined!

the other architectures (some, at least) export copy_page() so I guess ia64
should also do so.

To do this we need to move the copy_page() functions out of lib.a and into
built-in.o and add the EXPORT_SYMBOL().

Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Kyle McMartin <kyle@mcmartin.ca>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/hp/sim/boot/Makefile
arch/ia64/kernel/ia64_ksyms.c
arch/ia64/lib/Makefile