Commit 87fdb9b
boot: add kernel boot parameters for kernel thread priorities
Add kernel boot parameters to specify the priorities for the following
kernel threads: kthreadd, irq threads, ksoftirqd, posixcputmr. Also fix
priority check issue introduced with original version of this commit.
Signed-off-by: Sankara S Muthukrishnan <sankara.m@ni.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Acked-by: Scot Salmon <scot.salmon@ni.com>
Acked-by: Josh Cartwright <josh.cartwright@ni.com>
Acked-by: Jeff Westfahl <jeff.westfahl@ni.com>
Natinst-CAR-ID: 376725
[gratian: drop the change for setting the posixcputmr thread priority;
it was improperly migrated past nilrt/14.0.y/3.2 so it had no effect
and is not currently in use by our kernel boot command line]
Signed-off-by: Gratian Crisan <gratian.crisan@ni.com>1 parent 852d911 commit 87fdb9b
3 files changed
Lines changed: 60 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
1076 | 1078 | | |
1077 | 1079 | | |
1078 | 1080 | | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
1079 | 1093 | | |
1080 | 1094 | | |
1081 | 1095 | | |
| |||
1136 | 1150 | | |
1137 | 1151 | | |
1138 | 1152 | | |
1139 | | - | |
1140 | | - | |
1141 | | - | |
| 1153 | + | |
| 1154 | + | |
1142 | 1155 | | |
1143 | 1156 | | |
1144 | 1157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| 33 | + | |
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
| |||
546 | 551 | | |
547 | 552 | | |
548 | 553 | | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
549 | 561 | | |
550 | 562 | | |
551 | 563 | | |
| |||
574 | 586 | | |
575 | 587 | | |
576 | 588 | | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
577 | 601 | | |
578 | 602 | | |
579 | 603 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
511 | 515 | | |
512 | 516 | | |
513 | 517 | | |
| 518 | + | |
514 | 519 | | |
515 | 520 | | |
516 | 521 | | |
| |||
754 | 759 | | |
755 | 760 | | |
756 | 761 | | |
757 | | - | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
758 | 765 | | |
759 | 766 | | |
760 | 767 | | |
| |||
777 | 784 | | |
778 | 785 | | |
779 | 786 | | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
780 | 799 | | |
781 | 800 | | |
782 | 801 | | |
| |||
0 commit comments