K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2009-11-12T15:19:09.027798Z K 7 svn:log V 445 Provide a real fix to the too-many-translations problem when booting from CD on 64-bit hardware to replace existing band-aids. This occurred when the preloaded mdroot required too many mappings for the static buffer. Since we only use the translations buffer once, allocate a dynamic buffer on the stack. This early in the boot process, the call chain is quite short and we can be assured of having sufficient stack space. Reviewed by: grehan END