Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx-merge-sr
[oweals/u-boot.git] / cpu / ppc4xx / tlb.c
index 08ae76c3f47188b793c075fc19f363d475fca76f..50344a491c1603eb1695aa4ff60659517c7e5fa6 100644 (file)
@@ -37,8 +37,8 @@ typedef struct region {
 } region_t;
 
 static int add_tlb_entry(unsigned long base_addr,
-                         unsigned long tlb_word0_size_value,
-                         unsigned long tlb_word2_i_value)
+                        unsigned long tlb_word0_size_value,
+                        unsigned long tlb_word2_i_value)
 {
        int i;
        unsigned long tlb_word0_value;
@@ -82,7 +82,7 @@ static int add_tlb_entry(unsigned long base_addr,
 }
 
 static void program_tlb_addr(unsigned long base_addr, unsigned long mem_size,
-                             unsigned long tlb_word2_i_value)
+                            unsigned long tlb_word2_i_value)
 {
        int rc;
        int tlb_i;