repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
[cris-mirror.git]
/
arch
/
arm
/
mach-shmobile
/
include
/
mach
/
system.h
blob
76a687eeaa22d706ca6c3d08cba1ebf6c9721896
1
#ifndef __ASM_ARCH_SYSTEM_H
2
#define __ASM_ARCH_SYSTEM_H
3
4
static
inline
void
arch_idle
(
void
)
5
{
6
cpu_do_idle
();
7
}
8
9
static
inline
void
arch_reset
(
char
mode
,
const char
*
cmd
)
10
{
11
cpu_reset
(
0
);
12
}
13
14
#endif