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: add recovery processing in case wait-event timeout
[zen-stable.git]
/
arch
/
arm
/
plat-omap
/
include
/
plat
/
system.h
blob
8e5ebd74b129389b10cd02cc138765fc8ca8e8f9
1
/*
2
* Copied from arch/arm/mach-sa1100/include/mach/system.h
3
* Copyright (c) 1999 Nicolas Pitre <nico@fluxnic.net>
4
*/
5
#ifndef __ASM_ARCH_SYSTEM_H
6
#define __ASM_ARCH_SYSTEM_H
7
8
#include <asm/proc-fns.h>
9
10
static
inline
void
arch_idle
(
void
)
11
{
12
cpu_do_idle
();
13
}
14
15
#endif