Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88699
b: refs/heads/master
c: 53ebef4
h: refs/heads/master
i:
  88697: d30073f
  88695: 8e1514a
v: v3
  • Loading branch information
Glauber Costa authored and Ingo Molnar committed Apr 17, 2008
1 parent 98219a5 commit 40cde00
Show file tree
Hide file tree
Showing 4 changed files with 7 additions 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: 639acb16e6b93342a786c01425cf8eb8ebbb1351
refs/heads/master: 53ebef4961c7d5347b4fa2b878258ccd11fc9663
6 changes: 6 additions & 0 deletions trunk/include/asm-x86/smp.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
#ifndef _ASM_X86_SMP_H_
#define _ASM_X86_SMP_H_
#ifndef __ASSEMBLY__
#include <linux/cpumask.h>

extern cpumask_t cpu_callout_map;

extern int smp_num_siblings;
extern unsigned int num_processors;

#ifdef CONFIG_X86_32
# include "smp_32.h"
Expand Down
4 changes: 0 additions & 4 deletions trunk/include/asm-x86/smp_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,8 @@
# endif
#endif

extern cpumask_t cpu_callout_map;
extern cpumask_t cpu_callin_map;

extern int smp_num_siblings;
extern unsigned int num_processors;

extern void (*mtrr_hook) (void);
extern void zap_low_mappings (void);

Expand Down
4 changes: 0 additions & 4 deletions trunk/include/asm-x86/smp_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@
#include <asm/pda.h>
#include <asm/thread_info.h>

extern cpumask_t cpu_callout_map;
extern cpumask_t cpu_initialized;

extern int smp_num_siblings;
extern unsigned int num_processors;

extern int smp_call_function_mask(cpumask_t mask, void (*func)(void *),
void *info, int wait);

Expand Down

0 comments on commit 40cde00

Please sign in to comment.