repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git]
/
arch
/
arm
/
mach-ep93xx
/
include
/
mach
/
system.h
blob
b5bec7cb9b52384f8eb499202f0e13f5b65b0abf
1
/*
2
* arch/arm/mach-ep93xx/include/mach/system.h
3
*/
4
static
inline
void
arch_idle
(
void
)
5
{
6
cpu_do_idle
();
7
}