Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137141
b: refs/heads/master
c: e9fc782
h: refs/heads/master
i:
  137139: e356797
v: v3
  • Loading branch information
Catalin Marinas authored and Russell King committed Feb 12, 2009
1 parent dfcc033 commit 4983af4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7279dc3e914635ab4b288ec39383272a06c466f3
refs/heads/master: e9fc78230cb77647eb79d4b2f7c4d6c070f611f1
2 changes: 2 additions & 0 deletions trunk/arch/arm/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ int __cpuinit __cpu_up(unsigned int cpu)
pmd = pmd_offset(pgd + pgd_index(PHYS_OFFSET), PHYS_OFFSET);
*pmd = __pmd((PHYS_OFFSET & PGDIR_MASK) |
PMD_TYPE_SECT | PMD_SECT_AP_WRITE);
flush_pmd_entry(pmd);

/*
* We need to tell the secondary core where to find
Expand Down Expand Up @@ -130,6 +131,7 @@ int __cpuinit __cpu_up(unsigned int cpu)
secondary_data.pgdir = 0;

*pmd = __pmd(0);
clean_pmd_entry(pmd);
pgd_free(&init_mm, pgd);

if (ret) {
Expand Down

0 comments on commit 4983af4

Please sign in to comment.