Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190852
b: refs/heads/master
c: ddfbc93
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed May 13, 2010
1 parent 82df384 commit 621e656
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e1733d2c397476c245a681ba0b54c88858b7a0be
refs/heads/master: ddfbc935eae68294834dc29998f93147a5422a0d
3 changes: 2 additions & 1 deletion trunk/arch/microblaze/kernel/cpu/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,9 @@ do { \
do { \
int step = -line_length; \
int align = ~(line_length - 1); \
int count; \
end = ((end & align) == end) ? end - line_length : end & align; \
int count = end - start; \
count = end - start; \
WARN_ON(count < 0); \
\
__asm__ __volatile__ (" 1: " #op " %0, %1; \
Expand Down

0 comments on commit 621e656

Please sign in to comment.