| Current Path : /usr/src/kernels/3.10.0-1160.139.1.el7.tuxcare.els2.x86_64/include/linux/ |
| Current File : //usr/src/kernels/3.10.0-1160.139.1.el7.tuxcare.els2.x86_64/include/linux/cpuidle_haltpoll.h |
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _CPUIDLE_HALTPOLL_H
#define _CPUIDLE_HALTPOLL_H
#ifdef CONFIG_ARCH_CPUIDLE_HALTPOLL
#include <asm/cpuidle_haltpoll.h>
#else
static inline void arch_haltpoll_enable(unsigned int cpu)
{
}
static inline void arch_haltpoll_disable(unsigned int cpu)
{
}
#endif
#endif