Messages in this thread |  | | | Date | Mon, 10 Jul 2006 09:22:40 -0500 | | From | "Serge E. Hallyn" <> | | Subject | Re: 2.6.17-mm6: kernel/sysctl.c: PROC_FS=n compile error |
| |
Quoting Adrian Bunk (bunk@stusta.de): > On Sun, Jul 09, 2006 at 01:52:28PM -0500, Serge E. Hallyn wrote: > CONFIG_EMBEDDED=y is required for CONFIG_PROC_FS=n, but apart from this > there was no problem for me.
ok, that's what I finally ended up trying. Tried other things first as I wasn't sure 'embedded' and 's390' would mix well :) but it went fine.
> Did you observe any other problems (besides a small ATM compile error > Dave has just merged my patch for) with CONFIG_PROC_FS=n?
Only in s390-specific drivers:
kernel/built-in.o(.text+0x198c0): In function `get_signal_to_deliver': : undefined reference to `arch_vma_name' drivers/s390/built-in.o(.text+0x5ed8c): In function `zfcp_ccw_set_online': : undefined reference to `statistic_create' drivers/s390/built-in.o(.text+0x5ee20): In function `zfcp_ccw_set_online': : undefined reference to `statistic_remove' drivers/s390/built-in.o(.text+0x5eef0): In function `zfcp_ccw_set_offline': : undefined reference to `statistic_remove' drivers/s390/built-in.o(.text+0x66a02): In function `zfcp_erp_thread': : undefined reference to `statistic_add' drivers/s390/built-in.o(.text+0x66a96): In function `zfcp_erp_thread': : undefined reference to `statistic_add' drivers/s390/built-in.o(.text+0x68e08): In function `zfcp_qdio_response_handler': : undefined reference to `statistic_add' drivers/s390/built-in.o(.text+0x690aa): In function `zfcp_qdio_sbals_from_sg': : undefined reference to `statistic_add' drivers/s390/built-in.o(.text+0x693a6): In function `zfcp_qdio_sbals_from_scsicmnd': : undefined reference to `statistic_add' drivers/s390/built-in.o(.text+0x69690): more undefined references to `statistic_add' follow make: *** [.tmp_vmlinux1] Error 1
These might be fixed in 2.6.18-rc1-mm1, haven't had a chance to check.
thanks, -serge - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |