#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/moduleparam.h>
#include <linux/cpuidle.h>
#include <linux/cpu.h>
#include <linux/notifier.h>
#include <asm/paca.h>
#include <asm/reg.h>
#include <asm/machdep.h>
#include <asm/firmware.h>
#include <asm/runlatch.h>
#include "plpar_wrappers.h"
#include "pseries.h"
Go to the source code of this file.
#define MAX_IDLE_STATE_COUNT 2 |
module_exit |
( |
pseries_processor_idle_exit |
| ) |
|
module_init |
( |
pseries_processor_idle_init |
| ) |
|
void update_smt_snooze_delay |
( |
int |
cpu, |
|
|
int |
residency |
|
) |
| |
Initial value:= {
.name = "pseries_idle",
}
Definition at line 25 of file processor_idle.c.