瀏覽代碼

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