Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135689
b: refs/heads/master
c: a0a522c
h: refs/heads/master
i:
  135687: fdebd69
v: v3
  • Loading branch information
Henrik Austad authored and Ingo Molnar committed Feb 15, 2009
1 parent d97e988 commit 56df80b
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: 5274f8354d6a1ed9d6688e6a89b705b94aa1b6e9
refs/heads/master: a0a522ce3d6d8c907e45d4f2730ee8573484cc88
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ struct rq {
unsigned long nr_running;
#define CPU_LOAD_IDX_MAX 5
unsigned long cpu_load[CPU_LOAD_IDX_MAX];
unsigned char idle_at_tick;
#ifdef CONFIG_NO_HZ
unsigned long last_tick_seen;
unsigned char in_nohz_recently;
Expand Down Expand Up @@ -596,6 +595,7 @@ struct rq {
struct root_domain *rd;
struct sched_domain *sd;

unsigned char idle_at_tick;
/* For active balancing */
int active_balance;
int push_cpu;
Expand Down

0 comments on commit 56df80b

Please sign in to comment.