Messages in this thread |  | | | Date | Mon, 16 Feb 2004 22:29:34 -0800 | | From | "David S. Miller" <> | | Subject | Re: 2.4.24 link err for sparc64 |
On Sun, 15 Feb 2004 23:29:29 -0800 carbonated beverage <ramune@net-ronin.org> wrote:
> I ripped out sysctl support from a 2.4.24 kernel (stock > tarball from ftp.*.*.kernel.org) and the final link failed > with: > > arch/sparc64/kernel/kernel.o(.text+0x19750): In function `sys32_sysctl': > : undefined reference to `do_sysctl'
-ENOSYS is the right error to return, to be consistent with what kernel/sysctl.c itself does in this case.
Thanks for the report, I'll push the fix around. - 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/
|  |