[PATCH] - Revised patch to export kernel end, htab values
Paul Mackerras
paulus at samba.org
Tue Sep 6 16:33:49 EST 2005
Sharada,
> I would like to request feedback on
> - this patch and consider for temporary inclusion (while a cleaner or
> more acceptable approach is put down)
The patch mostly looks OK except that when compiling with the
iSeries_defconfig configuration, I get:
arch/ppc64/kernel/built-in.o: In function `.setup_arch':
: undefined reference to `.of_find_node_by_path'
arch/ppc64/kernel/built-in.o: In function `.setup_arch':
: undefined reference to `.prom_add_property'
arch/ppc64/kernel/built-in.o: In function `.setup_arch':
: undefined reference to `.prom_add_property'
arch/ppc64/kernel/built-in.o: In function `.setup_arch':
: undefined reference to `.of_node_put'
arch/ppc64/kernel/built-in.o: In function `.setup_arch':
: undefined reference to `.of_find_node_by_path'
arch/ppc64/kernel/built-in.o: In function `.setup_arch':
: undefined reference to `.prom_add_property'
arch/ppc64/kernel/built-in.o: In function `.setup_arch':
: undefined reference to `.of_node_put'
make: *** [.tmp_vmlinux1] Error 1
I think you need to put your new code inside #ifdef
CONFIG_PPC_MULTIPLATFORM.
Regards,
Paul.
More information about the Linuxppc64-dev
mailing list