prctl: fix misplaced PR_SET_TIMERSLACK_PID case
authorMicha Kalfon <micha@cellrox.com>
Tue, 13 Jan 2015 09:47:20 +0000 (11:47 +0200)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:53:48 +0000 (13:53 -0800)
commit18f42f60bedb93c9e90641bf9a551f9c0caf0a40
tree8cf65f1583ac2a24b8b2cf6f22575cd0651d1431
parent2476d3c24159f3b7113d2a36685ba81ae5209648
prctl: fix misplaced PR_SET_TIMERSLACK_PID case

The case clause for the PR_SET_TIMERSLACK_PID option was placed inside
the an internal switch statement for PR_MCE_KILL (see commits 37a591d4
and 8ae872f1) . This commit moves it to the right place.

Change-Id: I63251669d7e2f2aa843d1b0900e7df61518c3dea
Signed-off-by: Micha Kalfon <micha@cellrox.com>
Acked-by: Oren Laadan <orenl@cellrox.com>
kernel/sys.c