Procházet zdrojové kódy

ppc4xx: Remove compiler warning from previous commit

Signed-off-by: Stefan Roese <sr@denx.de>
Stefan Roese před 17 roky
rodič
revize
06713773da
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
 }