1 /*
2  *
3  * arch/arm/mach-u300/include/mach/system.h
4  *
5  *
6  * Copyright (C) 2007-2009 ST-Ericsson AB
7  * License terms: GNU General Public License (GPL) version 2
8  * System shutdown and reset functions.
9  * Author: Linus Walleij <linus.walleij@stericsson.com>
10  */
arch_idle(void)11 static inline void arch_idle(void)
12 {
13 	cpu_do_idle();
14 }
15