Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141999
b: refs/heads/master
c: afc6ca0
h: refs/heads/master
i:
  141997: 3a536aa
  141995: bf24ac7
  141991: 139b4c6
  141983: c631e1b
v: v3
  • Loading branch information
Rusty Russell committed Mar 16, 2009
1 parent 400b977 commit ab9d62c
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: 3e7be3fb40296aab48a91ec599f22d2c5e8a4351
refs/heads/master: afc6ca01f6da831ff09f4dabdef3b50f114e9e1e
4 changes: 2 additions & 2 deletions trunk/arch/cris/arch-v32/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ void __devinit smp_prepare_boot_cpu(void)
SUPP_BANK_SEL(2);
SUPP_REG_WR(RW_MM_TLB_PGD, pgd);

cpu_set(0, cpu_online_map);
set_cpu_online(0, true);
cpu_set(0, phys_cpu_present_map);
cpu_set(0, cpu_possible_map);
set_cpu_possible(0, true);
}

void __init smp_cpus_done(unsigned int max_cpus)
Expand Down

0 comments on commit ab9d62c

Please sign in to comment.