Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186483
b: refs/heads/master
c: 55c1b0d
h: refs/heads/master
i:
  186481: fba4ec1
  186479: 517dbf6
v: v3
  • Loading branch information
Andrea Gelmini authored and Paul Mundt committed Mar 1, 2010
1 parent 3d6efb9 commit 31bbc56
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: 5499b45190237ca90dd2ac86395cf464fe1f4cc7
refs/heads/master: 55c1b0d27b2d381a1986520b5953d3a454d344b5
2 changes: 1 addition & 1 deletion trunk/arch/sh/boot/compressed/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ int cache_control(unsigned int command)

for (i = 0; i < (32 * 1024); i += 32) {
(void)*p;
p += (32 / sizeof (int));
p += (32 / sizeof(int));
}

return 0;
Expand Down

0 comments on commit 31bbc56

Please sign in to comment.