Searched hist:233623 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/i386/conf/
H A DXENHVMdiff 234147 Wed Apr 11 18:25:28 MDT 2012 jhb 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.
/freebsd-9.3-release/sys/kern/
H A Dsubr_witness.cdiff 234147 Wed Apr 11 18:25:28 MDT 2012 jhb 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.

Completed in 144 milliseconds