projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44252e4
)
sched: Fix compile error for UP,!NOHZ
author
Peter Zijlstra
<a.p.zijlstra@chello.nl>
Tue, 6 Dec 2011 11:47:55 +0000
(12:47 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 6 Dec 2011 19:51:18 +0000
(20:51 +0100)
Commit
69e1e811
("sched, nohz: Track nr_busy_cpus in the
sched_group_power") messed up the static inline function definition.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Suresh Siddha <suresh.b.siddha@intel.com>
Link:
http://lkml.kernel.org/n/tip-abjah8ctq5qrjjtdiabe8lph@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/sched.h
patch
|
blob
|
history
diff --git
a/include/linux/sched.h
b/include/linux/sched.h
index
295666c
..
64527c4
100644
(file)
--- a/
include/linux/sched.h
+++ b/
include/linux/sched.h
@@
-277,7
+277,7
@@
extern void set_cpu_sd_state_idle(void);
extern int get_nohz_timer_target(void);
#else
static inline void select_nohz_load_balancer(int stop_tick) { }
-static inline void set_cpu_sd_state_idle(void)
;
+static inline void set_cpu_sd_state_idle(void)
{ }
#endif
/*