Linux Kernel
3.7.1
|
#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/smp.h>
#include <linux/cpu.h>
#include <linux/sysctl.h>
#include <linux/tick.h>
#include <asm/processor.h>
#include <asm/cputable.h>
#include <asm/time.h>
#include <asm/machdep.h>
#include <asm/runlatch.h>
#include <asm/smp.h>
Go to the source code of this file.
Macros | |
#define | cpu_should_die() 0 |
Functions | |
EXPORT_SYMBOL (cpuidle_disable) | |
__setup ("powersave=off", powersave_off) | |
void | cpu_idle (void) |
Variables | |
unsigned long | cpuidle_disable = IDLE_NO_OVERRIDE |
int | powersave_nap |
__setup | ( | ) |
EXPORT_SYMBOL | ( | cpuidle_disable | ) |
unsigned long cpuidle_disable = IDLE_NO_OVERRIDE |