Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54543
b: refs/heads/master
c: 02fb614
h: refs/heads/master
i:
  54541: e0948c3
  54539: e3499b8
  54535: d4b9bd8
  54527: 5639192
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed May 8, 2007
1 parent be2ecdd commit 38b8a2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1065d130dddc3241706c50a01ced7b03bcb657be
refs/heads/master: 02fb6149f7a64c62934c035e7635321cb9a8cf2e
2 changes: 1 addition & 1 deletion trunk/kernel/softlockup.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ void softlockup_tick(void)
*/
static int watchdog(void * __bind_cpu)
{
struct sched_param param = { .sched_priority = 99 };
struct sched_param param = { .sched_priority = MAX_RT_PRIO-1 };

sched_setscheduler(current, SCHED_FIFO, &param);
current->flags |= PF_NOFREEZE;
Expand Down

0 comments on commit 38b8a2c

Please sign in to comment.