K 10 svn:author V 6 cognet K 8 svn:date V 27 2006-08-08T20:59:38.000000Z K 7 svn:log V 400 Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it maps whole the physical memory, cached, using 1MB section mappings. This reduces the address space available for user processes a bit, but given the amount of memory a typical arm machine has, it is not (yet) a big issue. It then provides a uma_small_alloc() that works as it does for architectures which have a direct mapping. END