projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49f19ce
)
[S390] ap bus poll thread priority.
author
Christian Borntraeger
<cborntra@de.ibm.com>
Fri, 6 Oct 2006 14:38:22 +0000
(16:38 +0200)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Fri, 6 Oct 2006 14:38:22 +0000
(16:38 +0200)
The ap bus is supposed to have a low priority. We must use 19 instead
of -20, which is just the opposite.
Signed-off-by: Christian Borntraeger <cborntra@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/crypto/ap_bus.c
patch
|
blob
|
history
diff --git
a/drivers/s390/crypto/ap_bus.c
b/drivers/s390/crypto/ap_bus.c
index cd30f37fceae4512b3c99088a006ced4c6eb5600..c5ccd20b110cc9b035088f9fe2b8b252ec6c6f03 100644
(file)
--- a/
drivers/s390/crypto/ap_bus.c
+++ b/
drivers/s390/crypto/ap_bus.c
@@
-1062,7
+1062,7
@@
static int ap_poll_thread(void *data)
unsigned long flags;
int requests;
- set_user_nice(current,
-20
);
+ set_user_nice(current,
19
);
while (1) {
if (need_resched()) {
schedule();