Skip to content

Commit

Permalink
Merge pull request #28 from intel/revert-22-main
Browse files Browse the repository at this point in the history
Revert "Update lpmd_cpu.c" because the patch misses "Signed-off-by" tag.
  • Loading branch information
zhang-rui authored Jun 6, 2024
2 parents 0c1072e + b962731 commit 05cf148
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lpmd_cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ static int detect_lpm_cpus_cmd(char *cmd)
*/
static int is_cpu_atom(int cpu)
{
unsigned int eax, ebx, ecx, edx;
unsigned int eax, ebx, ecx, edx, subleaf;
unsigned int type;

if (cpu_migrate(cpu) < 0) {
Expand Down Expand Up @@ -906,6 +906,7 @@ static int detect_cpu_l3(int cpu)
*/
static int detect_lpm_cpus_l3(void)
{
char path[MAX_STR_LENGTH];
int i;

for (i = 0; i < topo_max_cpus; i++) {
Expand Down

0 comments on commit 05cf148

Please sign in to comment.