K 10 svn:author V 3 ian K 8 svn:date V 27 2014-08-30T22:21:57.295121Z K 7 svn:log V 218 Fix the handling of MMU type in the AP entry code. The ARM_MMU_V6/V7 symbols are always #defined to 0 or 1, so use #if SYM not #if defined(SYM). Also, it helps if you include the header file that defines the symbols. END