Re: [RFC PATCH 7/9] x86-64: fix stack frame operations

2009-07-16 Thread Pekka Enberg
On Thu, 2009-07-16 at 01:20 +0200, Tomek Grabiec wrote: > 2009/7/15 Eduard - Gabriel Munteanu : > > On Wed, Jul 15, 2009 at 10:53:30AM +0200, Vegard Nossum wrote: > >> 2009/7/15 Eduard - Gabriel Munteanu : > >> > This fixes stack frame operations on x86-64 to take into account the > >> > saved regi

Re: [RFC PATCH 7/9] x86-64: fix stack frame operations

2009-07-15 Thread Tomek Grabiec
2009/7/15 Eduard - Gabriel Munteanu : > On Wed, Jul 15, 2009 at 10:53:30AM +0200, Vegard Nossum wrote: >> 2009/7/15 Eduard - Gabriel Munteanu : >> > This fixes stack frame operations on x86-64 to take into account the >> > saved registers and the stack slot size. >> > >> > Signed-off-by: Eduard - G

Re: [RFC PATCH 7/9] x86-64: fix stack frame operations

2009-07-15 Thread Eduard - Gabriel Munteanu
On Wed, Jul 15, 2009 at 10:53:30AM +0200, Vegard Nossum wrote: > 2009/7/15 Eduard - Gabriel Munteanu : > > This fixes stack frame operations on x86-64 to take into account the > > saved registers and the stack slot size. > > > > Signed-off-by: Eduard - Gabriel Munteanu > > --- > > ??arch/x86/stack

Re: [RFC PATCH 7/9] x86-64: fix stack frame operations

2009-07-15 Thread Vegard Nossum
2009/7/15 Eduard - Gabriel Munteanu : > This fixes stack frame operations on x86-64 to take into account the > saved registers and the stack slot size. > > Signed-off-by: Eduard - Gabriel Munteanu > --- >  arch/x86/stack-frame.c |    6 +- >  1 files changed, 5 insertions(+), 1 deletions(-) > >

[RFC PATCH 7/9] x86-64: fix stack frame operations

2009-07-15 Thread Eduard - Gabriel Munteanu
This fixes stack frame operations on x86-64 to take into account the saved registers and the stack slot size. Signed-off-by: Eduard - Gabriel Munteanu --- arch/x86/stack-frame.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/arch/x86/stack-frame.c b/arch/x86/stack-