diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2011-06-18 16:26:38 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2011-06-25 09:31:06 -0400 |
commit | e0f5406727f1dfdc47b8ba4a0ff6eae4b0b5ed4c (patch) | |
tree | 85c481aae5bb4998b832e15b2e62a4987a76127b /tools
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; version 2
* of the License.
*/
#include "sched_cpupri.h"
/* Convert between a 140 based task->prio, and our 102 based cpupri */
static int convert_prio(int prio)
{
int cpupri;
if (prio == CPUPRI_INVALID)
cpupri = CPUPRI_INVALID;iv> 0 files changed, 0 insertions, 0 deletions |