Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140538
b: refs/heads/master
c: 101aaca
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell committed Mar 13, 2009
1 parent 77194e0 commit b8c9bbb
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: a70f730282019f487aa33a84e5ac9a5e89c5abd0
refs/heads/master: 101aaca1f32d9923331ddc63a7a72b3a7f934c02
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/apic/es7000_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ static int es7000_apic_id_registered(void)

static const cpumask_t *target_cpus_cluster(void)
{
return &CPU_MASK_ALL;
return cpu_all_mask;
}

static const cpumask_t *es7000_target_cpus(void)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/apic/numaq_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ static inline void numaq_smp_callin_clear_local_apic(void)

static inline const cpumask_t *numaq_target_cpus(void)
{
return &CPU_MASK_ALL;
return cpu_all_mask;
}

static inline unsigned long
Expand Down

0 comments on commit b8c9bbb

Please sign in to comment.