From 31bbc56c39f92bd7fb6926580912586a751b2ba8 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 27 Feb 2010 16:51:36 +0000 Subject: [PATCH] --- yaml --- r: 186483 b: refs/heads/master c: 55c1b0d27b2d381a1986520b5953d3a454d344b5 h: refs/heads/master i: 186481: fba4ec1816d1b89ee5b76065ca80976867fb44c3 186479: 517dbf6a862089a9bc58c9fd64c1ae19e480ab85 v: v3 --- [refs] | 2 +- trunk/arch/sh/boot/compressed/cache.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 0c485e909a2d..728099d49938 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5499b45190237ca90dd2ac86395cf464fe1f4cc7 +refs/heads/master: 55c1b0d27b2d381a1986520b5953d3a454d344b5 diff --git a/trunk/arch/sh/boot/compressed/cache.c b/trunk/arch/sh/boot/compressed/cache.c index e27fc74f228c..d0b77b68a4d0 100644 --- a/trunk/arch/sh/boot/compressed/cache.c +++ b/trunk/arch/sh/boot/compressed/cache.c @@ -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;