K 10 svn:author V 3 ian K 8 svn:date V 27 2017-12-20T20:46:12.933489Z K 7 svn:log V 421 Restore the ability to use EARLY_PRINTF support during most of initarm(). The real kernel page tables are set up much earlier in initarm() now than they were when early printf support was first added, and they end up undoing the mapping made in locore.S for early printf support. This re-adds the mapping after switching to the new/real kernel page tables, making early printf work again right after switching to them. END