فهرست منبع

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;
 }