K 10 svn:author V 3 jhb K 8 svn:date V 27 2012-04-11T20:25:01.027247Z K 7 svn:log V 401 MFC 233305,233623: - Mark the 'lapics' and 'ioapics' arrays here static since they are private to this file. The 'lapics' array was actually shadowing a completely different 'lapics' array that is private to local_apic.c. - Allocate the ioapics[] array dynamically since it is only needed for the duration of madt_setup_io(). This avoids having the array take up permanent space in the BSS. END