Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349439
b: refs/heads/master
c: 86ea9c5
h: refs/heads/master
i:
  349437: 4c3b212
  349435: 1b4fda0
  349431: 7746906
  349423: 6d8f191
  349407: 728ebdd
  349375: 4619b7a
  349311: 713b235
  349183: 07a3f5b
v: v3
  • Loading branch information
David Daney authored and Ralf Baechle committed Jan 23, 2013
1 parent 41acb4c commit 3142730
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 757be67f565b4336f0d847f3ca9332e050c9ba83
refs/heads/master: 86ea9c51b9bc4db363a1cb2bfc2b001260eb6e1f
1 change: 1 addition & 0 deletions trunk/arch/mips/include/asm/pgtable-64.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ static inline void pud_clear(pud_t *pudp)
#else
#define pte_pfn(x) ((unsigned long)((x).pte >> _PFN_SHIFT))
#define pfn_pte(pfn, prot) __pte(((pfn) << _PFN_SHIFT) | pgprot_val(prot))
#define pfn_pmd(pfn, prot) __pmd(((pfn) << _PFN_SHIFT) | pgprot_val(prot))
#endif

#define __pgd_offset(address) pgd_index(address)
Expand Down

0 comments on commit 3142730

Please sign in to comment.