Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350207
b: refs/heads/master
c: f73568a
h: refs/heads/master
i:
  350205: 17b0fb6
  350203: 8b341f7
  350199: 4bafed5
  350191: 44b4c4b
  350175: 0f5dcda
  350143: 3546d2e
  350079: d406930
  349951: fdb8f76
  349695: 613abe4
  349183: 07a3f5b
  348159: 2fe83f9
v: v3
  • Loading branch information
Wen Congyang authored and Ingo Molnar committed Jan 24, 2013
1 parent 226dbd3 commit 6c71417
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: 602e018607ba5c92922c0ffae40e346e1b95fa84
refs/heads/master: f73568a059c3afd6323a9ee3860938df91252ee4
4 changes: 2 additions & 2 deletions trunk/arch/x86/mm/init_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ kernel_physical_mapping_init(unsigned long start,
}

if (pgd_changed)
sync_global_pgds(addr, end);
sync_global_pgds(addr, end - 1);

__flush_tlb_all();

Expand Down Expand Up @@ -981,7 +981,7 @@ vmemmap_populate(struct page *start_page, unsigned long size, int node)
}

}
sync_global_pgds((unsigned long)start_page, end);
sync_global_pgds((unsigned long)start_page, end - 1);
return 0;
}

Expand Down

0 comments on commit 6c71417

Please sign in to comment.