Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48443
b: refs/heads/master
c: 930f8b8
h: refs/heads/master
i:
  48441: adf2d86
  48439: 2dfd6f4
v: v3
  • Loading branch information
Jan Beulich authored and Andi Kleen committed Feb 13, 2007
1 parent 5466afc commit 2dbadb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: a98f0dd34d94ea0b5f3816196bea5dba467827bb
refs/heads/master: 930f8b8bcde30b501fdf00fb7624aefb9bf35f47
5 changes: 0 additions & 5 deletions trunk/include/asm-x86_64/pgalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, struct page *p
set_pmd(pmd, __pmd(_PAGE_TABLE | (page_to_pfn(pte) << PAGE_SHIFT)));
}

static inline pmd_t *get_pmd(void)
{
return (pmd_t *)get_zeroed_page(GFP_KERNEL);
}

static inline void pmd_free(pmd_t *pmd)
{
BUG_ON((unsigned long)pmd & (PAGE_SIZE-1));
Expand Down

0 comments on commit 2dbadb2

Please sign in to comment.