Re: [patch 1/1] x86-64: forgot asmlinkage on sys_mmap

2005-03-09 Thread Blaisorblade
On Wednesday 09 March 2005 20:34, Andi Kleen wrote: > On Wed, Mar 09, 2005 at 07:24:00PM +0100, Blaisorblade wrote: > > On Wednesday 09 March 2005 18:24, Andi Kleen wrote: > > > [EMAIL PROTECTED] writes: > > > > CC: Andi Kleen <[EMAIL PROTECTED]> > > > > > > > > I think it should be there, please

Re: [patch 1/1] x86-64: forgot asmlinkage on sys_mmap

2005-03-09 Thread Andi Kleen
On Wed, Mar 09, 2005 at 07:24:00PM +0100, Blaisorblade wrote: > On Wednesday 09 March 2005 18:24, Andi Kleen wrote: > > [EMAIL PROTECTED] writes: > > > CC: Andi Kleen <[EMAIL PROTECTED]> > > > > > > I think it should be there, please check better. > > > > It doesn't matter. asmlinkage is a nop on

Re: [patch 1/1] x86-64: forgot asmlinkage on sys_mmap

2005-03-09 Thread Blaisorblade
On Wednesday 09 March 2005 18:24, Andi Kleen wrote: > [EMAIL PROTECTED] writes: > > CC: Andi Kleen <[EMAIL PROTECTED]> > > > > I think it should be there, please check better. > > It doesn't matter. asmlinkage is a nop on x86-64. Yes, otherwise nothing would work on x86-64 with mmap broken, but

Re: [patch 1/1] x86-64: forgot asmlinkage on sys_mmap

2005-03-09 Thread Andi Kleen
[EMAIL PROTECTED] writes: > CC: Andi Kleen <[EMAIL PROTECTED]> > > I think it should be there, please check better. It doesn't matter. asmlinkage is a nop on x86-64. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED]

[patch 1/1] x86-64: forgot asmlinkage on sys_mmap

2005-03-09 Thread blaisorblade
CC: Andi Kleen <[EMAIL PROTECTED]> I think it should be there, please check better. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]> --- linux-2.6.11-paolo/arch/x86_64/kernel/sys_x86_64.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN

[patch 1/1] x86-64: forgot asmlinkage on sys_mmap

2005-03-09 Thread blaisorblade
CC: Andi Kleen [EMAIL PROTECTED] I think it should be there, please check better. Signed-off-by: Paolo 'Blaisorblade' Giarrusso [EMAIL PROTECTED] --- linux-2.6.11-paolo/arch/x86_64/kernel/sys_x86_64.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN

Re: [patch 1/1] x86-64: forgot asmlinkage on sys_mmap

2005-03-09 Thread Andi Kleen
[EMAIL PROTECTED] writes: CC: Andi Kleen [EMAIL PROTECTED] I think it should be there, please check better. It doesn't matter. asmlinkage is a nop on x86-64. -Andi - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: [patch 1/1] x86-64: forgot asmlinkage on sys_mmap

2005-03-09 Thread Blaisorblade
On Wednesday 09 March 2005 18:24, Andi Kleen wrote: [EMAIL PROTECTED] writes: CC: Andi Kleen [EMAIL PROTECTED] I think it should be there, please check better. It doesn't matter. asmlinkage is a nop on x86-64. Yes, otherwise nothing would work on x86-64 with mmap broken, but for

Re: [patch 1/1] x86-64: forgot asmlinkage on sys_mmap

2005-03-09 Thread Andi Kleen
On Wed, Mar 09, 2005 at 07:24:00PM +0100, Blaisorblade wrote: On Wednesday 09 March 2005 18:24, Andi Kleen wrote: [EMAIL PROTECTED] writes: CC: Andi Kleen [EMAIL PROTECTED] I think it should be there, please check better. It doesn't matter. asmlinkage is a nop on x86-64. Yes,

Re: [patch 1/1] x86-64: forgot asmlinkage on sys_mmap

2005-03-09 Thread Blaisorblade
On Wednesday 09 March 2005 20:34, Andi Kleen wrote: On Wed, Mar 09, 2005 at 07:24:00PM +0100, Blaisorblade wrote: On Wednesday 09 March 2005 18:24, Andi Kleen wrote: [EMAIL PROTECTED] writes: CC: Andi Kleen [EMAIL PROTECTED] I think it should be there, please check better.