File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ static struct cpuidle_state *cpuidle_state_table;
123
123
* which is also the index into the MWAIT hint array.
124
124
* Thus C0 is a dummy.
125
125
*/
126
- static struct cpuidle_state nehalem_cstates [] __initdata = {
126
+ static struct cpuidle_state nehalem_cstates [] = {
127
127
{
128
128
.name = "C1-NHM" ,
129
129
.desc = "MWAIT 0x00" ,
@@ -156,7 +156,7 @@ static struct cpuidle_state nehalem_cstates[] __initdata = {
156
156
.enter = NULL }
157
157
};
158
158
159
- static struct cpuidle_state snb_cstates [] __initdata = {
159
+ static struct cpuidle_state snb_cstates [] = {
160
160
{
161
161
.name = "C1-SNB" ,
162
162
.desc = "MWAIT 0x00" ,
@@ -196,7 +196,7 @@ static struct cpuidle_state snb_cstates[] __initdata = {
196
196
.enter = NULL }
197
197
};
198
198
199
- static struct cpuidle_state ivb_cstates [] __initdata = {
199
+ static struct cpuidle_state ivb_cstates [] = {
200
200
{
201
201
.name = "C1-IVB" ,
202
202
.desc = "MWAIT 0x00" ,
@@ -236,7 +236,7 @@ static struct cpuidle_state ivb_cstates[] __initdata = {
236
236
.enter = NULL }
237
237
};
238
238
239
- static struct cpuidle_state hsw_cstates [] __initdata = {
239
+ static struct cpuidle_state hsw_cstates [] = {
240
240
{
241
241
.name = "C1-HSW" ,
242
242
.desc = "MWAIT 0x00" ,
@@ -297,7 +297,7 @@ static struct cpuidle_state hsw_cstates[] __initdata = {
297
297
.enter = NULL }
298
298
};
299
299
300
- static struct cpuidle_state atom_cstates [] __initdata = {
300
+ static struct cpuidle_state atom_cstates [] = {
301
301
{
302
302
.name = "C1E-ATM" ,
303
303
.desc = "MWAIT 0x00" ,
You can’t perform that action at this time.
0 commit comments