Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
d8c66c5d59247e25a69428aced0b79d33b9c66d6
/
.
/
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
();
}