Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10994
b: refs/heads/master
c: de1db6f
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 9ae762b commit ba1230e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 85b6e8184b798d06c854463cdd6c63dd1d4ff47c
refs/heads/master: de1db6ffe2d802460b7e9f2c1e354066e000d6e6
5 changes: 4 additions & 1 deletion trunk/arch/mips/sgi-ip27/ip27-smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,11 @@ void __init prom_prepare_cpus(unsigned int max_cpus)
{
cnodeid_t cnode;

for_each_online_node(cnode)
for_each_online_node(cnode) {
if (cnode == 0)
continue;
intr_clear_all(COMPACT_TO_NASID_NODEID(cnode));
}

replicate_kernel_text();

Expand Down

0 comments on commit ba1230e

Please sign in to comment.