summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/speedstep/speedstep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/speedstep/speedstep.c')
-rw-r--r--src/cpu/intel/speedstep/speedstep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/intel/speedstep/speedstep.c b/src/cpu/intel/speedstep/speedstep.c
index fba5df2f863f..9235272002d7 100644
--- a/src/cpu/intel/speedstep/speedstep.c
+++ b/src/cpu/intel/speedstep/speedstep.c
@@ -104,7 +104,6 @@ void speedstep_gen_pstates(sst_table_t *const table)
/* Gather speedstep limits. */
speedstep_get_limits(&params);
-
/*\ First, find the number of normal states: \*/
/* Calculate with doubled values to work
@@ -130,7 +129,6 @@ void speedstep_gen_pstates(sst_table_t *const table)
if (states < 2) /* Report at least two normal states. */
states = 2;
-
/*\ Now, fill the table: \*/
table->num_states = 0;