t; Parent: 2f2ed41dcaec34f2d6f224aa84efcc5a9dd8d5c3
> Refname:refs/heads/next
> Author: Manfred Spraul
> AuthorDate: Fri Jun 6 14:37:49 2014 -0700
> Committer: Linus Torvalds
> CommitDate: Fri Jun 6 16:08:15 2014 -0700
>
> ipc/sem.c: change perform_atomic_semo
efname:refs/heads/next
> Author: Manfred Spraul
> AuthorDate: Fri Jun 6 14:37:49 2014 -0700
> Committer: Linus Torvalds
> CommitDate: Fri Jun 6 16:08:15 2014 -0700
>
> ipc/sem.c: change perform_atomic_semop parameters
>
> Right now, perform_atomic
Right now, perform_atomic_semop gets the content of sem_queue as individual
fields.
Changes that, instead pass a pointer to sem_queue.
This is a preparation for the next patch: it uses
sem_queue to store the reason why a task must sleep.
Signed-off-by: Manfred Spraul
---
ipc/sem.c | 38
On Sat, 2014-05-10 at 12:03 +0200, Manfred Spraul wrote:
> Right now, perform_atomic_semop gets the content of sem_queue as individual
> fields.
> Changes that, instead pass a pointer to sem_queue.
>
> This is a preparation for the next patch: it uses
> sem_queue to store the reason why a task mus
Right now, perform_atomic_semop gets the content of sem_queue as individual
fields.
Changes that, instead pass a pointer to sem_queue.
This is a preparation for the next patch: it uses
sem_queue to store the reason why a task must sleep.
Signed-off-by: Manfred Spraul
---
ipc/sem.c | 38
5 matches
Mail list logo