Sign in
gem5
/
arm
/
linux
/
55190f88789ab62a42c3ee050090406b0bcefff8
/
.
/
arch
/
powerpc
/
platforms
/
powernv
/
powernv.h
blob: 35b716008cd3620d492bc904867e610a4abd3393 [
file
] [
log
] [
blame
]
#ifndef
_POWERNV_H
#define
_POWERNV_H
#ifdef
CONFIG_SMP
extern
void
pnv_smp_init
(
void
);
#else
static
inline
void
pnv_smp_init
(
void
)
{
}
#endif
#endif
/* _POWERNV_H */