Re: [PATCH 4/22] avr32: Introducing asm/syscalls.h
From: Haavard Skinnemoen
Date: Thu Jul 24 2008 - 09:17:48 EST
Jaswinder Singh <jaswinder@xxxxxxxxxxxxx> wrote:
> +asmlinkage int sys_fork(struct pt_regs);
This should be "struct pt_regs *"
> +asmlinkage int sys_clone(unsigned long, unsigned long,
> + unsigned long, unsigned long,
> + struct pt_regs *);
> +asmlinkage int sys_vfork(struct pt_regs);
Same thing here.
Other than that, looks good to me.
Haavard
--
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/