aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/kernel/smp.c
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2008-12-25 13:38:38 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2008-12-25 13:38:56 +0100
commit0b3016b781abeabc502042c942cbc611e31250c7 (patch)
treea4aead52e4ea230a529e2c9d0899f5fe32f41408 /arch/s390/kernel/smp.c
parent750887dedc088d28198b170bcae83695247797d1 (diff)
[S390] serialize stp/etr work
The work function dispatched with schedule_work() can be run twice on different cpus because run_workqueue clears the WORK_STRUCT_PENDING bit and then executes the function. Another cpu can call schedule_work() again and run the work function a second time before the first call is completed. This patch serialized the etr and stp work function with a mutex. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/smp.c')
0 files changed, 0 insertions, 0 deletions