Re: [PATCH 4/22] avr32: Introducing asm/syscalls.h

2008-07-24 Thread Haavard Skinnemoen
Jaswinder Singh [EMAIL PROTECTED] 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

Re: [PATCH 4/22] avr32: Introducing asm/syscalls.h

2008-07-24 Thread Jaswinder Singh
Hello Haavard, On Thu, 2008-07-24 at 15:09 +0200, Haavard Skinnemoen wrote: Jaswinder Singh [EMAIL PROTECTED] wrote: +asmlinkage int sys_fork(struct pt_regs); This should be struct pt_regs * +asmlinkage int sys_clone(unsigned long, unsigned long, +unsigned long,

Re: [PATCH 4/22] avr32: Introducing asm/syscalls.h

2008-07-24 Thread Haavard Skinnemoen
Jaswinder Singh [EMAIL PROTECTED] wrote: If you want to merge this patch in your tree then let me know. Well, I'd rather have it go in along with the others through mm or something. But if it doesn't depend on anything else, I can take it if it makes things easier. I will fix above issues and