commit | fb33c76d3fc59859cca16c5790cafc6b69e1d513 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Jun 14 11:14:32 2007 +0200 |
committer | Stefan Roese <sr@denx.de> | Thu Jun 14 11:14:32 2007 +0200 |
tree | 72d0e07a57fbb9a11935da512803d852063f382b | |
parent | 094ab5d79f39db7653cbfc34d6897c8eb35a7484 [diff] |
[ppc4xx] Extend program_tlb() with virtual & physical addresses Now program_tlb() allows to program a TLB (or multiple) with different virtual and physical addresses. With this change, now one physical region (e.g. SDRAM) can be mapped 2 times, once with caches diabled and once with caches enabled. Signed-off-by: Stefan Roese <sr@denx.de>