Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58295
b: refs/heads/master
c: b2cfba1
h: refs/heads/master
i:
  58293: 875c9c4
  58291: bf39825
  58287: fe2375f
v: v3
  • Loading branch information
Ingo Molnar committed Jul 9, 2007
1 parent 10d09aa commit c8c90e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 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: 0c57d5893e4a9857ff22ec9e379f6bdbdad50850
refs/heads/master: b2cfba19f67228e78e48177187f6b07f4107c784
16 changes: 0 additions & 16 deletions trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,15 +208,6 @@ struct rt_rq {
struct list_head *rt_load_balance_head, *rt_load_balance_curr;
};

/*
* The prio-array type of the old scheduler:
*/
struct prio_array {
unsigned int nr_active;
DECLARE_BITMAP(bitmap, MAX_PRIO+1); /* include 1 bit for delimiter */
struct list_head queue[MAX_PRIO];
};

/*
* This is the main, per-CPU runqueue data structure.
*
Expand All @@ -232,7 +223,6 @@ struct rq {
* remote CPUs use both these fields when doing load calculation.
*/
unsigned long nr_running;
unsigned long raw_weighted_load;
#define CPU_LOAD_IDX_MAX 5
unsigned long cpu_load[CPU_LOAD_IDX_MAX];
unsigned char idle_at_tick;
Expand All @@ -257,16 +247,10 @@ struct rq {
*/
unsigned long nr_uninterruptible;

unsigned long expired_timestamp;
unsigned long long most_recent_timestamp;

struct task_struct *curr, *idle;
unsigned long next_balance;
struct mm_struct *prev_mm;

struct prio_array *active, *expired, arrays[2];
int best_expired_prio;

u64 clock, prev_clock_raw;
s64 clock_max_delta;

Expand Down

0 comments on commit c8c90e9

Please sign in to comment.