Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105241
b: refs/heads/master
c: 1b427c1
h: refs/heads/master
i:
  105239: c249f0d
v: v3
  • Loading branch information
Ingo Molnar committed Jul 18, 2008
1 parent 47e636a commit 54c2749
Show file tree
Hide file tree
Showing 2 changed files with 11 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: 39b0fad7121eace85770e7a4c6dc35dfd2879768
refs/heads/master: 1b427c153a08fdbc092c2bdbf845b92fda58d857
11 changes: 10 additions & 1 deletion trunk/include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,16 @@ extern void partition_sched_domains(int ndoms_new, cpumask_t *doms_new,
struct sched_domain_attr *dattr_new);
extern int arch_reinit_sched_domains(void);

#endif /* CONFIG_SMP */
#else /* CONFIG_SMP */

struct sched_domain_attr;

static inline void
partition_sched_domains(int ndoms_new, cpumask_t *doms_new,
struct sched_domain_attr *dattr_new)
{
}
#endif /* !CONFIG_SMP */

struct io_context; /* See blkdev.h */
#define NGROUPS_SMALL 32
Expand Down

0 comments on commit 54c2749

Please sign in to comment.