Commit 06713773da4ac3d390c63d82641eb553224b27c2

Authored by Stefan Roese
1 parent 6fa397df67

ppc4xx: Remove compiler warning from previous commit

Signed-off-by: Stefan Roese <sr@denx.de>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

post/cpu/ppc4xx/cache.c
... ... @@ -119,7 +119,7 @@
119 119 if (ints)
120 120 enable_interrupts ();
121 121  
122   - remove_tlb(virt, CACHE_POST_SIZE);
  122 + remove_tlb((u32)virt, CACHE_POST_SIZE);
123 123  
124 124 return res;
125 125 }