Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 528
b: refs/heads/master
c: 2d29306
h: refs/heads/master
v: v3
  • Loading branch information
Martin Hicks authored and Tony Luck committed Apr 26, 2005
1 parent b7dfe2c commit 8a032af
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: 605036cf8443b9172b24954dc1fd218e2049f91b
refs/heads/master: 2d29306b231a1a0e7a70166c10e4c0f917b21334
4 changes: 2 additions & 2 deletions trunk/include/asm-ia64/pgalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ static inline void *pgtable_quicklist_alloc(void)
pgtable_quicklist = (unsigned long *)(*ret);
ret[0] = 0;
--pgtable_quicklist_size;
preempt_enable();
} else {
preempt_enable();
ret = (unsigned long *)__get_free_page(GFP_KERNEL | __GFP_ZERO);
}

preempt_enable();

return ret;
}

Expand Down

0 comments on commit 8a032af

Please sign in to comment.