Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232597
b: refs/heads/master
c: 8e290fd
h: refs/heads/master
i:
  232595: 9232908
v: v3
  • Loading branch information
Guzman Lugo, Fernando authored and Greg Kroah-Hartman committed Jan 20, 2011
1 parent 1359d71 commit ba2cb42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 27c82819a5a42f08fc0f787ab1b0c129cbdda801
refs/heads/master: 8e290fd41a15e392af87a33c9c4db3daffcd558b
5 changes: 1 addition & 4 deletions trunk/drivers/staging/tidspbridge/core/tiomap3430.c
Original file line number Diff line number Diff line change
Expand Up @@ -786,10 +786,7 @@ static int bridge_dev_create(struct bridge_dev_context

pt_attrs = kzalloc(sizeof(struct pg_table_attrs), GFP_KERNEL);
if (pt_attrs != NULL) {
/* Assuming that we use only DSP's memory map
* until 0x4000:0000 , we would need only 1024
* L1 enties i.e L1 size = 4K */
pt_attrs->l1_size = 0x1000;
pt_attrs->l1_size = SZ_16K; /* 4096 entries of 32 bits */
align_size = pt_attrs->l1_size;
/* Align sizes are expected to be power of 2 */
/* we like to get aligned on L1 table size */
Expand Down

0 comments on commit ba2cb42

Please sign in to comment.