>> +extern asmlinkage long (*sys_call_table[])(long, long, long,
> This should be something like below instead, otherwise gcc wont parse
> asmlinkage as being an attribute of the function signature.
> extern long (asmlinkage *sys_call_table[])(long, long, long,
Yeah, thanks for pointing
tor, 06 12 2007 kl. 15:20 -0800, skrev Zach Brown:
> call_indirect() was using the wrong calling convention for the system call
> handlers. system call handlers would get mixed up arguments.
>
> Signed-off-by: Zach Brown <[EMAIL PROTECTED]>
>
> diff --git a/include/asm-x86/indirect_32.h b/inclu
2 matches
Mail list logo