Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git] / arch / arm / mach-orion5x / include / mach / system.h
blob825a2650cefa7bd219aef05cd76cd01adcc195bf
1 /*
2 * arch/arm/mach-orion5x/include/mach/system.h
4 * Tzachi Perelstein <tzachi@marvell.com>
6 * This file is licensed under the terms of the GNU General Public
7 * License version 2. This program is licensed "as is" without any
8 * warranty of any kind, whether express or implied.
9 */
11 #ifndef __ASM_ARCH_SYSTEM_H
12 #define __ASM_ARCH_SYSTEM_H
14 static inline void arch_idle(void)
16 cpu_do_idle();
19 #endif