From 33b0891e54ad0a51a66a391f914e437dc3f22eb6 Mon Sep 17 00:00:00 2001 From: Harvey Harrison Date: Wed, 6 Feb 2008 22:39:44 +0100 Subject: [PATCH] --- yaml --- r: 83702 b: refs/heads/master c: b5556a67f08559b6c1597f6396c1f9ef460f62b4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/cpuidle.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ed909bc50e66..d6c092d19816 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d7ac12fa05ed839d5a426795409fdf1a480e3f7a +refs/heads/master: b5556a67f08559b6c1597f6396c1f9ef460f62b4 diff --git a/trunk/include/linux/cpuidle.h b/trunk/include/linux/cpuidle.h index c4e00161a247..b0fd85ab9efb 100644 --- a/trunk/include/linux/cpuidle.h +++ b/trunk/include/linux/cpuidle.h @@ -79,7 +79,7 @@ struct cpuidle_state_kobj { }; struct cpuidle_device { - int enabled:1; + unsigned int enabled:1; unsigned int cpu; int last_residency;