commit | da8f2e246183ae109f87694ee3f06e8fcca2931b | [log] [tgz] |
---|---|---|
author | Olof Johansson <olof@lixom.net> | Mon Dec 06 19:36:32 2010 -0600 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Dec 06 20:07:57 2010 -0800 |
tree | 2b56c78a2c1cdfa3c1909fe6af7d8f063adeabd6 | |
parent | 7787d2c2f440cc7854bed3d039bf4cc59d9e7897 [diff] |
ARM: tegra: fix regression from addruart rewrite Commit 0ea129300982 ("arm: return both physical and virtual addresses from addruart") took out the test for MMU on/off but didn't switch the ldr instructions to no longer be conditionals based on said test. Fix that. Signed-off-by: Olof Johansson <olof@lixom.net> Acked-by: Colin Cross <ccross@android.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>