The boot sequence for SMP is nearly identical between the BSP and APs.
Reduce this code duplication, unifying the bringup. This removes the special
'boot page' for the AP, and removes the bp_tlb1 array, relying instead on simply
installing the global tlb1 later.
Details
Details
No further breakage. SMP is still broken, and has been for some
time. This doesn't break or fix it any more than it already is.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 3111 Build 3144: arc lint + arc unit
Event Timeline
Comment Actions
Abandoned for now. SMP boot is fixed in D5945, and code deduplication will come at a later time.