Преглед изворни кода

ppc4xx: Remove compiler warning from previous commit

Signed-off-by: Stefan Roese <sr@denx.de>
Stefan Roese пре 17 година
родитељ
комит
06713773da
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      post/cpu/ppc4xx/cache.c

+ 1 - 1
post/cpu/ppc4xx/cache.c

@@ -119,7 +119,7 @@ int cache_post_test (int flags)
 	if (ints)
 		enable_interrupts ();
 
-	remove_tlb(virt, CACHE_POST_SIZE);
+	remove_tlb((u32)virt, CACHE_POST_SIZE);
 
 	return res;
 }