From: Jason Wang Date: Tue, 3 Aug 2010 03:44:18 +0000 (+0800) Subject: omap: Fix DEBUG_LL uart to access phys addr when MMU isn't enable X-Git-Tag: v2.6.36-rc1~488^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e788b4289bb025a96e327c604cb2db92e17108f;p=pandora-kernel.git omap: Fix DEBUG_LL uart to access phys addr when MMU isn't enable Now we use a memory address to store the debug port info, So we need to read/write this address when we choose DEBUG_LL. When MMU isn't enable(I.E. the begining part of init stage of the linux kernel boot), we need to access physical address instead of virtual address, otherwise the kernel will crash. Signed-off-by: Jason Wang Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed