Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88701
b: refs/heads/master
c: c76cb36
h: refs/heads/master
i:
  88699: 40cde00
v: v3
  • Loading branch information
Glauber Costa authored and Ingo Molnar committed Apr 17, 2008
1 parent b974cc8 commit 040624f
Show file tree
Hide file tree
Showing 4 changed files with 6 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: 16694024d6d6fa84dfcf5400b53afe1e75cebf0d
refs/heads/master: c76cb36846da6d5d6fb2951968869faa4fd1001d
2 changes: 2 additions & 0 deletions trunk/arch/x86/kernel/smp_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,3 +528,5 @@ asmlinkage void smp_call_function_interrupt(void)
}
}

struct smp_ops smp_ops;
EXPORT_SYMBOL_GPL(smp_ops);
3 changes: 3 additions & 0 deletions trunk/include/asm-x86/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ struct smp_ops {
int wait);
};

#ifdef CONFIG_SMP
extern struct smp_ops smp_ops;
#endif

#ifdef CONFIG_X86_32
# include "smp_32.h"
Expand Down
2 changes: 0 additions & 2 deletions trunk/include/asm-x86/smp_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ extern void remove_siblinginfo(int cpu);
extern void set_cpu_sibling_map(int cpu);

#ifdef CONFIG_SMP
extern struct smp_ops smp_ops;

static inline void smp_prepare_boot_cpu(void)
{
smp_ops.smp_prepare_boot_cpu();
Expand Down

0 comments on commit 040624f

Please sign in to comment.