diff options
| author | 2007-11-20 01:18:37 -0500 | |
|---|---|---|
| committer | 2007-11-20 01:18:37 -0500 | |
| commit | 95b00786f3b8fa99f53931361beeb4c10504ad87 (patch) | |
| tree | 0f2de0587f08f1d0bd80a70a3d18ca5eb3dfb75c /include/linux | |
| parent | Pull bugzilla-9327 into release branch (diff) | |
| parent | cpuidle: fix HP nx6125 regression (diff) | |
Pull cpuidle into release branch
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/cpuidle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/cpuidle.h b/include/linux/cpuidle.h index 16a51546db44..c4e00161a247 100644 --- a/include/linux/cpuidle.h +++ b/include/linux/cpuidle.h @@ -92,6 +92,7 @@ struct cpuidle_device { struct kobject kobj; struct completion kobj_unregister; void *governor_data; + struct cpuidle_state *safe_state; }; DECLARE_PER_CPU(struct cpuidle_device *, cpuidle_devices); |
