Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165608
b: refs/heads/master
c: 72d78d0
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell committed Sep 24, 2009
1 parent 79e16a9 commit c57bfd2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 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: 51c870a2d8708bda83c4ba47f26012a8420bdaff
refs/heads/master: 72d78d05cbaa69f2a32f5f9d65a4551ba0da571f
3 changes: 0 additions & 3 deletions trunk/include/linux/cpumask.h
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,6 @@ static inline const struct cpumask *get_cpu_mask(unsigned int cpu)
[BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD \
} }

/* cpu_mask_all is in init/main.c */
extern cpumask_t cpu_mask_all;

#endif

#define CPU_MASK_NONE \
Expand Down
5 changes: 0 additions & 5 deletions trunk/init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,11 +360,6 @@ static inline void smp_prepare_cpus(unsigned int maxcpus) { }

#else

#if NR_CPUS > BITS_PER_LONG
cpumask_t cpu_mask_all __read_mostly = CPU_MASK_ALL;
EXPORT_SYMBOL(cpu_mask_all);
#endif

/* Setup number of possible processor ids */
int nr_cpu_ids __read_mostly = NR_CPUS;
EXPORT_SYMBOL(nr_cpu_ids);
Expand Down

0 comments on commit c57bfd2

Please sign in to comment.