Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110020
b: refs/heads/master
c: 5291925
h: refs/heads/master
v: v3
  • Loading branch information
Jack Tan authored and Ralf Baechle committed Sep 23, 2008
1 parent 6263da0 commit 5025a3b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 44ce17192a01218b242e032237e1d2e52ef50429
refs/heads/master: 5291925a9a65ea334f6e887d0f01dd119b8e2b2e
2 changes: 1 addition & 1 deletion trunk/include/asm-mips/pgtable-32.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ extern int add_temporary_entry(unsigned long entrylo0, unsigned long entrylo1,
#define PMD_ORDER 1
#define PTE_ORDER 0

#define PTRS_PER_PGD ((PAGE_SIZE << PGD_ORDER) / sizeof(pgd_t))
#define PTRS_PER_PGD (USER_PTRS_PER_PGD * 2)
#define PTRS_PER_PTE ((PAGE_SIZE << PTE_ORDER) / sizeof(pte_t))

#define USER_PTRS_PER_PGD (0x80000000UL/PGDIR_SIZE)
Expand Down

0 comments on commit 5025a3b

Please sign in to comment.