Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204695
b: refs/heads/master
c: d10ac37
h: refs/heads/master
i:
  204693: 86ea061
  204691: 82da6fe
  204687: 150712a
v: v3
  • Loading branch information
Becky Bruce authored and Benjamin Herrenschmidt committed Jul 9, 2010
1 parent e4431c4 commit 72d96d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 6901c6cca1271d1724fc15e9937e0820e2d2fbd5
refs/heads/master: d10ac3734d07bee675384d22d06883b3c57b1524
7 changes: 4 additions & 3 deletions trunk/arch/powerpc/mm/fsl_booke_mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,10 @@ unsigned long p_mapped_by_tlbcam(phys_addr_t pa)
}

/*
* Set up one of the I/D BAT (block address translation) register pairs.
* The parameters are not checked; in particular size must be a power
* of 4 between 4k and 256M.
* Set up a variable-size TLB entry (tlbcam). The parameters are not checked;
* in particular size must be a power of 4 between 4k and 256M (or 1G, for cpus
* that support extended page sizes). Note that while some cpus support a
* page size of 4G, we don't allow its use here.
*/
static void settlbcam(int index, unsigned long virt, phys_addr_t phys,
unsigned long size, unsigned long flags, unsigned int pid)
Expand Down

0 comments on commit 72d96d3

Please sign in to comment.