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
spi-topcliff-pch: Fix issue for transmitting over 4KByte
[zen-stable.git]
/
arch
/
arm
/
mach-sa1100
/
include
/
mach
/
system.h
blob
e17b208f76d4522071a06b52bfe8e7665ec1ac1a
1
/*
2
* arch/arm/mach-sa1100/include/mach/system.h
3
*
4
* Copyright (c) 1999 Nicolas Pitre <nico@fluxnic.net>
5
*/
6
static
inline
void
arch_idle
(
void
)
7
{
8
cpu_do_idle
();
9
}