diff options
author | Stefan Roese <sr@denx.de> | 2007-03-01 21:16:02 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-03-01 21:16:02 +0100 |
commit | c8556d0e0b27c57c0860f55736761a18c7a115f2 (patch) | |
tree | 4ab1cc720d191688c72fc4ebcfb49c384c0a0228 /cpu/ppc4xx/tlb.c | |
parent | ba58e4c9a9a917ce795dd16d4ec8d515f9f7aa35 (diff) | |
parent | 8c12045a3b06c5b6675d3fe02fbc9f545988129a (diff) | |
download | u-boot-imx-c8556d0e0b27c57c0860f55736761a18c7a115f2.zip u-boot-imx-c8556d0e0b27c57c0860f55736761a18c7a115f2.tar.gz u-boot-imx-c8556d0e0b27c57c0860f55736761a18c7a115f2.tar.bz2 |
Merge with /home/stefan/git/u-boot/denx-merge-sr
Diffstat (limited to 'cpu/ppc4xx/tlb.c')
-rw-r--r-- | cpu/ppc4xx/tlb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpu/ppc4xx/tlb.c b/cpu/ppc4xx/tlb.c index 08ae76c..50344a4 100644 --- a/cpu/ppc4xx/tlb.c +++ b/cpu/ppc4xx/tlb.c @@ -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; |