Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264603
b: refs/heads/master
c: 74d41f3
h: refs/heads/master
i:
  264601: 1c156d0
  264599: 9fba5d9
v: v3
  • Loading branch information
Barry Song authored and Russell King committed Oct 17, 2011
1 parent 7bf087a commit d431933
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: 1caf30924f71ae16a26aa59b02a6401f467bf1c8
refs/heads/master: 74d41f39a9c161cd0434bb13d929d75fc7be75bd
2 changes: 1 addition & 1 deletion trunk/arch/arm/mm/cache-l2x0.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ static void __init pl310_of_setup(const struct device_node *np,

of_property_read_u32_array(np, "arm,filter-ranges",
filter, ARRAY_SIZE(filter));
if (filter[0] && filter[1]) {
if (filter[1]) {
writel_relaxed(ALIGN(filter[0] + filter[1], SZ_1M),
l2x0_base + L2X0_ADDR_FILTER_END);
writel_relaxed((filter[0] & ~(SZ_1M - 1)) | L2X0_ADDR_FILTER_EN,
Expand Down

0 comments on commit d431933

Please sign in to comment.