Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377470
b: refs/heads/master
c: 8d5bc1a
h: refs/heads/master
v: v3
  • Loading branch information
Olof Johansson authored and Linus Torvalds committed Jun 30, 2013
1 parent 4894845 commit c7b8ace
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 133841cab7817f110c35fd97032a6a9d66a3e9e2
refs/heads/master: 8d5bc1a6ac40885078bbb0552b4283a3e58c462e
5 changes: 3 additions & 2 deletions trunk/arch/arm/kernel/devtree.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,10 @@ void __init arm_dt_init_cpu_maps(void)
tmp_map[i] = hwid;
}

if (WARN(!bootcpu_valid, "DT missing boot CPU MPIDR[23:0], "
"fall back to default cpu_logical_map\n"))
if (!bootcpu_valid) {
pr_warn("DT missing boot CPU MPIDR[23:0], fall back to default cpu_logical_map\n");
return;
}

/*
* Since the boot CPU node contains proper data, and all nodes have
Expand Down

0 comments on commit c7b8ace

Please sign in to comment.