Revision da8f2e246183ae109f87694ee3f06e8fcca2931b authored by Olof Johansson on 07 December 2010, 01:36:32 UTC, committed by Linus Torvalds on 07 December 2010, 04:07:57 UTC
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>
1 parent 7787d2c
Raw File
Makefile.help

checker-help:
	@echo  '  coccicheck      - Check with Coccinelle.'
back to top