Skip to content

Commit

Permalink
remove line 211-213
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Chan committed Sep 1, 2024
1 parent 794a287 commit f8f9703
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lk2nd/smp/spin-table/spin-table.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,6 @@ static int lk2nd_smp_spin_table_setup(void *dtb, const char *cmdline,
struct smp_spin_table *smp;
int cpus, ret, node;

/* Downstream boots CPUs itself */
if (boot_type & (BOOT_DOWNSTREAM | BOOT_LK2ND))
return 0;

cpus = check_cpus(dtb, boot_type & BOOT_ARM64,
lk2nd_cmdline_scan(cmdline, "lk2nd.spin-table=force"));
if (cpus < 0)
Expand Down

0 comments on commit f8f9703

Please sign in to comment.