blob: 2c7d2a9d0c927f32884b3115ac6ad590e30dc0c4 [file] [log] [blame]
Binghua Duan02c981c2011-07-08 17:40:12 +08001/*
2 * arch/arm/mach-prima2/include/mach/system.h
3 *
4 * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company.
5 *
6 * Licensed under GPLv2 or later.
7 */
8
9#ifndef __MACH_SYSTEM_H__
10#define __MACH_SYSTEM_H__
11
Binghua Duan02c981c2011-07-08 17:40:12 +080012static inline void arch_idle(void)
13{
14 cpu_do_idle();
15}
16
Binghua Duan02c981c2011-07-08 17:40:12 +080017#endif