Re: [PATCH 1/3] stopmachine semaphore to mutex

2007-12-06 Thread Ingo Molnar
* Daniel Walker <[EMAIL PROTECTED]> wrote: > It's called stopmachine_mutex now, but it's a semaphore. So make it a > "struct mutex" . > > Signed-off-by: Daniel Walker <[EMAIL PROTECTED]> Acked-by: Ingo Molnar <[EMAIL PROTECTED]> Ingo -- To unsubscribe from this list: send the line "un

[PATCH 1/3] stopmachine semaphore to mutex

2007-12-05 Thread Daniel Walker
It's called stopmachine_mutex now, but it's a semaphore. So make it a "struct mutex" . Signed-off-by: Daniel Walker <[EMAIL PROTECTED]> --- kernel/stop_machine.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Index: linux-2.6.23/kernel/stop_machine.c