Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108168
b: refs/heads/master
c: cf3e505
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Ingo Molnar committed Aug 11, 2008
1 parent 3659f96 commit 436de77
Show file tree
Hide file tree
Showing 2 changed files with 4 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: fb6bef8002d54a9c3062abc281893ec7c896d3ce
refs/heads/master: cf3e50501259f9a7cb108a69c3e1b912135628f6
3 changes: 3 additions & 0 deletions trunk/arch/x86/mm/pgtable.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ static void pgd_prepopulate_pmd(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmds[])
unsigned long addr;
int i;

if (PREALLOCATED_PMDS == 0) /* Work around gcc-3.4.x bug */
return;

pud = pud_offset(pgd, 0);

for (addr = i = 0; i < PREALLOCATED_PMDS;
Expand Down

0 comments on commit 436de77

Please sign in to comment.