src/cpu: Drop unneeded empty lines
Change-Id: I116b15c83fcc5d69d3f80a2e6cf0fb085064d9a6 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44604 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
committed by
Michael Niewöhner
parent
b6265139c7
commit
99e0c7ddc1
@@ -104,7 +104,6 @@ void speedstep_gen_pstates(sst_table_t *const table)
|
||||
/* Gather speedstep limits. */
|
||||
speedstep_get_limits(¶ms);
|
||||
|
||||
|
||||
/*\ 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;
|
||||
|
Reference in New Issue
Block a user