Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139087
b: refs/heads/master
c: 612a726
h: refs/heads/master
i:
  139085: 0d9b941
  139083: 75a6fbd
  139079: c19ee84
  139071: 76b0253
v: v3
  • Loading branch information
Rusty Russell committed Mar 30, 2009
1 parent 457ea1e commit 596ecbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 73d0a4b107d58908305f272bfae9bd17f74a2c81
refs/heads/master: 612a726faf8486fa48b34fa37115ce1e7421d383
2 changes: 1 addition & 1 deletion trunk/kernel/sched_cpupri.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ struct cpupri {

#ifdef CONFIG_SMP
int cpupri_find(struct cpupri *cp,
struct task_struct *p, cpumask_t *lowest_mask);
struct task_struct *p, struct cpumask *lowest_mask);
void cpupri_set(struct cpupri *cp, int cpu, int pri);
int cpupri_init(struct cpupri *cp, bool bootmem);
void cpupri_cleanup(struct cpupri *cp);
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/stop_machine.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static DEFINE_MUTEX(setup_lock);
static int refcount;
static struct workqueue_struct *stop_machine_wq;
static struct stop_machine_data active, idle;
static const cpumask_t *active_cpus;
static const struct cpumask *active_cpus;
static void *stop_machine_work;

static void set_state(enum stopmachine_state newstate)
Expand Down

0 comments on commit 596ecbc

Please sign in to comment.