Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373930
b: refs/heads/master
c: dc13ba2
h: refs/heads/master
v: v3
  • Loading branch information
Shawn Guo committed Apr 12, 2013
1 parent c489770 commit 8385232
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3c03a2fed63881abf5ecb5596625157ecfc9e4eb
refs/heads/master: dc13ba2950acdd7ca64de3a8addcf85ada8ee908
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-imx/platsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ static void __init imx_smp_init_cpus(void)

ncores = scu_get_core_count(scu_base);

for (i = 0; i < ncores; i++)
set_cpu_possible(i, true);
for (i = ncores; i < NR_CPUS; i++)
set_cpu_possible(i, false);
}

void imx_smp_prepare(void)
Expand Down

0 comments on commit 8385232

Please sign in to comment.