Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136680
b: refs/heads/master
c: a146649
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Feb 5, 2009
1 parent 8b7573a commit e86ba07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: c5e954820335ef5aed1662b70aaf5deb9de16735
refs/heads/master: a146649bc19d5eba4f5bfac6720c5f252d517a71
12 changes: 6 additions & 6 deletions trunk/include/linux/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@ extern int __cpu_up(unsigned int cpunum);
*/
extern void smp_cpus_done(unsigned int max_cpus);

/*
* Callback to arch code if there's nosmp or maxcpus=0 on the
* boot command line:
*/
extern void arch_disable_smp_support(void);

/*
* Call a function on all other processors
*/
Expand Down Expand Up @@ -182,6 +176,12 @@ static inline void init_call_single_data(void)
#define put_cpu() preempt_enable()
#define put_cpu_no_resched() preempt_enable_no_resched()

/*
* Callback to arch code if there's nosmp or maxcpus=0 on the
* boot command line:
*/
extern void arch_disable_smp_support(void);

void smp_setup_processor_id(void);

#endif /* __LINUX_SMP_H */

0 comments on commit e86ba07

Please sign in to comment.