Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
powerpc
platforms
85xx
smp.h
Go to the documentation of this file.
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
#else
9
static
inline
void
mpc85xx_smp_init
(
void
)
10
{
11
/* Nothing to do */
12
}
13
#endif
14
15
#endif
/* not POWERPC_85XX_SMP_H_ */
Generated on Thu Jan 10 2013 12:50:32 for Linux Kernel by
1.8.2