Sign in
gfiber
/
kernel
/
windcharger
/
c127b7e0204ee04367da17e7b7955bf48954e7b7
/
.
/
arch
/
arm
/
mach-sa1100
/
include
/
mach
/
system.h
blob: e17b208f76d4522071a06b52bfe8e7665ec1ac1a [
file
] [
log
] [
blame
]
/*
* arch/arm/mach-sa1100/include/mach/system.h
*
* Copyright (c) 1999 Nicolas Pitre <nico@fluxnic.net>
*/
static
inline
void
arch_idle
(
void
)
{
cpu_do_idle
();
}