Re: [PATCH 12/12] sched_setaffinity: Don't use function calls as arguments to INTERNAL_SYSCALL.

2013-02-22 Thread Markos Chandras
On 21 February 2013 15:00, Bernhard Reutner-Fischer wrote: > On 21 February 2013 11:12, Markos Chandras wrote: >> From: Markos Chandras >> >> This patch fixes a bug in sched_setaffinity() for Meta where the affinity >> argument was ignored when trying to set a process's scheduling >> affinity. >

Re: [PATCH 12/12] sched_setaffinity: Don't use function calls as arguments to INTERNAL_SYSCALL.

2013-02-21 Thread Bernhard Reutner-Fischer
On 21 February 2013 11:12, Markos Chandras wrote: > From: Markos Chandras > > This patch fixes a bug in sched_setaffinity() for Meta where the affinity > argument was ignored when trying to set a process's scheduling > affinity. > > INTERNAL_SYSCALL places its arguments in the argument registers

[PATCH 12/12] sched_setaffinity: Don't use function calls as arguments to INTERNAL_SYSCALL.

2013-02-21 Thread Markos Chandras
From: Markos Chandras This patch fixes a bug in sched_setaffinity() for Meta where the affinity argument was ignored when trying to set a process's scheduling affinity. INTERNAL_SYSCALL places its arguments in the argument registers in preparation for a system call, e.g. register in