Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366067
b: refs/heads/master
c: 090b582
h: refs/heads/master
i:
  366065: 79fecc7
  366063: 56bd259
v: v3
  • Loading branch information
Li Zefan authored and Ingo Molnar committed Mar 6, 2013
1 parent 5da0f43 commit 408e45c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: 19a37d1cd5465c10d669a296a2ea24b4c985363b
refs/heads/master: 090b582f27ac7b6714661020033160130e5297bd
9 changes: 0 additions & 9 deletions trunk/include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -959,15 +959,6 @@ extern void partition_sched_domains(int ndoms_new, cpumask_var_t doms_new[],
cpumask_var_t *alloc_sched_domains(unsigned int ndoms);
void free_sched_domains(cpumask_var_t doms[], unsigned int ndoms);

/* Test a flag in parent sched domain */
static inline int test_sd_parent(struct sched_domain *sd, int flag)
{
if (sd->parent && (sd->parent->flags & flag))
return 1;

return 0;
}

unsigned long default_scale_freq_power(struct sched_domain *sd, int cpu);
unsigned long default_scale_smt_power(struct sched_domain *sd, int cpu);

Expand Down

0 comments on commit 408e45c

Please sign in to comment.