repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
powerpc/powernv: Report size of OPAL memcons log
[linux/fpc-iii.git]
/
arch
/
powerpc
/
platforms
/
85xx
/
smp.h
blob
0b20ae315c539116a05fee644a487d593911a163
1
#ifndef POWERPC_85XX_SMP_H_
2
#define POWERPC_85XX_SMP_H_ 1
3
4
#include <linux/init.h>
5
6
#ifdef CONFIG_SMP
7
void
__init
mpc85xx_smp_init
(
void
);
8
int
__init
mpc85xx_setup_pmc
(
void
);
9
#else
10
static
inline
void
mpc85xx_smp_init
(
void
)
11
{
12
/* Nothing to do */
13
}
14
#endif
15
16
#endif
/* not POWERPC_85XX_SMP_H_ */