Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106939
b: refs/heads/master
c: 34ee550
h: refs/heads/master
i:
  106937: 567f5b9
  106935: 1aef721
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jul 28, 2008
1 parent 9cd88a1 commit eec8dc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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: c27ef92d8e0c29a9e8b8ee1b04f3d2cace482d92
refs/heads/master: 34ee55014283a60efa3534c06e010579ffdd3756
6 changes: 5 additions & 1 deletion trunk/include/asm-generic/pgtable-nopmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

#include <asm-generic/pgtable-nopud.h>

struct mm_struct;

#define __PAGETABLE_PMD_FOLDED

/*
Expand Down Expand Up @@ -54,7 +56,9 @@ static inline pmd_t * pmd_offset(pud_t * pud, unsigned long address)
* inside the pud, so has no extra memory associated with it.
*/
#define pmd_alloc_one(mm, address) NULL
#define pmd_free(mm, x) do { } while (0)
static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd)
{
}
#define __pmd_free_tlb(tlb, x) do { } while (0)

#undef pmd_addr_end
Expand Down

0 comments on commit eec8dc3

Please sign in to comment.