Re: [FIX] CONFIG_REGPARM breaks non-asmlinkage syscalls

From: Andrew Morton
Date: Tue Feb 24 2004 - 16:11:36 EST


Andreas Gruenbacher <agruen@xxxxxxx> wrote:
>
> with CONFIG_REGPARM=y, syscalls must be declared asmlinkage or else
> calling them will fail. Current gcc unfortunately does not warn about
> this. (I have already told one of our compiler developers.) Attached is
> a fix that adds a few missing declarations.

hm, thanks. These should all be fixed by the "put all syscall decls in
syscalls.h" patch. I'll hurry that along a bit.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/