Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 245555
b: refs/heads/master
c: 3859173
h: refs/heads/master
i:
  245553: a7de045
  245551: c73f848
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Apr 11, 2011
1 parent 2eb29bf commit 81b0534
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a6c75f2f8d988ecfecf971f98f1cb6fc4de522fe
refs/heads/master: 3859173d43658d51a749bc0201b943922577d39c
8 changes: 8 additions & 0 deletions trunk/include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -897,12 +897,20 @@ static inline struct cpumask *sched_group_cpus(struct sched_group *sg)

enum sched_domain_level {
SD_LV_NONE = 0,
#ifdef CONFIG_SCHED_SMT
SD_LV_SIBLING,
#endif
#ifdef CONFIG_SCHED_MC
SD_LV_MC,
#endif
#ifdef CONFIG_SCHED_BOOK
SD_LV_BOOK,
#endif
SD_LV_CPU,
#ifdef CONFIG_NUMA
SD_LV_NODE,
SD_LV_ALLNODES,
#endif
SD_LV_MAX
};

Expand Down

0 comments on commit 81b0534

Please sign in to comment.