From 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Tue, 19 Feb 2008 22:01:57 +0100 Subject: ppc4xx: program_tlb now uses 64bit physical addess This patch changes the physical addess parameter from 32bit to 64bit. This is needed for 36bit 4xx platforms to access areas located beyond the 4GB border, like SoC peripherals (EBC etc.). Signed-off-by: Stefan Roese --- post/cpu/ppc4xx/cache.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'post') diff --git a/post/cpu/ppc4xx/cache.c b/post/cpu/ppc4xx/cache.c index c86a150692..466ca926b7 100644 --- a/post/cpu/ppc4xx/cache.c +++ b/post/cpu/ppc4xx/cache.c @@ -42,8 +42,6 @@ #define CACHE_POST_SIZE 1024 -void program_tlb(u32 phys_addr, u32 virt_addr, u32 size, u32 tlb_word2_i_value); - int cache_post_test1 (int tlb, void *p, int size); int cache_post_test2 (int tlb, void *p, int size); int cache_post_test3 (int tlb, void *p, int size); -- cgit v1.2.1