Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36039
b: refs/heads/master
c: 9dbd7b9
h: refs/heads/master
i:
  36037: f652650
  36035: f68116f
  36031: f412790
v: v3
  • Loading branch information
Peter Watkins authored and Ralf Baechle committed Sep 27, 2006
1 parent dc379b6 commit ef37465
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: 663c3d9009c1a41194b8390abdcea61e3ade1c8f
refs/heads/master: 9dbd7b9142e95867ee8a56da5d45c72884c107d3
6 changes: 5 additions & 1 deletion trunk/include/asm-mips/pgtable-64.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,12 @@
#define PTRS_PER_PMD ((PAGE_SIZE << PMD_ORDER) / sizeof(pmd_t))
#define PTRS_PER_PTE ((PAGE_SIZE << PTE_ORDER) / sizeof(pte_t))

#if PGDIR_SIZE >= TASK_SIZE
#define USER_PTRS_PER_PGD (1)
#else
#define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
#define FIRST_USER_ADDRESS 0
#endif
#define FIRST_USER_ADDRESS 0UL

#define VMALLOC_START MAP_BASE
#define VMALLOC_END \
Expand Down

0 comments on commit ef37465

Please sign in to comment.