Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330307
b: refs/heads/master
c: f038392
h: refs/heads/master
i:
  330305: c50a88d
  330303: 90a4adf
v: v3
  • Loading branch information
Aneesh Kumar K.V authored and Benjamin Herrenschmidt committed Sep 17, 2012
1 parent f09c6dc commit 1efd291
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: f3d3444572dbf01d36884f9b3fe69a611420ad37
refs/heads/master: f03839236392f5bc6107af5c9f749e8a48cd616c
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/mm/mmu_context_hash64.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ static DEFINE_IDA(mmu_context_ida);
* Each segment contains 2^28 bytes. Each context maps 2^44 bytes,
* so we can support 2^19-1 contexts (19 == 35 + 28 - 44).
*/
#define MAX_CONTEXT ((1UL << 19) - 1)
#define MAX_CONTEXT ((1UL << CONTEXT_BITS) - 1)

int __init_new_context(void)
{
Expand Down

0 comments on commit 1efd291

Please sign in to comment.