Re: [PATCH][2.6.11-mm3] perfctr ia32 syscalls on x86-64 fix

2005-03-13 Thread Mikael Pettersson
On Sat, 12 Mar 2005 21:55:49 -0800, Andrew Morton wrote: >It would be nice to start folding these patches together a bit to reduce >such problems, but that's rather non-trivial because there is no way to >simply join these patches together which maintains a sensible sequencing. > >If we're going to

Re: [PATCH][2.6.11-mm3] perfctr ia32 syscalls on x86-64 fix

2005-03-12 Thread Andrew Morton
Mikael Pettersson <[EMAIL PROTECTED]> wrote: > > The ia32 perfctr syscalls were moved due to addition of ioprio > syscalls, but the ia32 emulation code in x86-64 wasn't updated. Ho hum. The perfctr syscall API has changed so many times that whenever someone adds a syscall I have rejects to fix u

[PATCH][2.6.11-mm3] perfctr ia32 syscalls on x86-64 fix

2005-03-12 Thread Mikael Pettersson
The ia32 perfctr syscalls were moved due to addition of ioprio syscalls, but the ia32 emulation code in x86-64 wasn't updated. Simple fix below. Signed-off-by: Mikael Pettersson <[EMAIL PROTECTED]> /Mikael arch/x86_64/ia32/ia32entry.S |4 +++- include/asm-x86_64/ia32_unistd.h |4 ++-