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: Delete __cpuinit usage from all users
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-shmobile
/
include
/
mach
/
system.h
blob
540eaff08f34b614d487f4605ab266b3fd06da73
1
#ifndef __ASM_ARCH_SYSTEM_H
2
#define __ASM_ARCH_SYSTEM_H
3
4
#include <asm/system_misc.h>
5
6
static
inline
void
arch_reset
(
char
mode
,
const char
*
cmd
)
7
{
8
soft_restart
(
0
);
9
}
10
11
#endif