blob: cbb649123612f003542c463ff99e54062653c306 [file] [log] [blame]
Andi Kleen95833c82006-01-11 22:44:36 +01001#ifndef _ASM_X86_64_IDLE_H
2#define _ASM_X86_64_IDLE_H 1
3
4#define IDLE_START 1
5#define IDLE_END 2
6
7struct notifier_block;
8void idle_notifier_register(struct notifier_block *n);
Andi Kleen95833c82006-01-11 22:44:36 +01009
10void enter_idle(void);
11void exit_idle(void);
12
Thomas Gleixner4faac972008-09-22 18:54:29 +020013void c1e_remove_cpu(int cpu);
14
Andi Kleen95833c82006-01-11 22:44:36 +010015#endif