Merge a20_mp_start_ap and a31_mp_start_ap into one function.
This function works with all smp non-multicluster allwinner SoC (A20, A31, A31S and H3).
Details
Details
- Reviewers
jmcneill - Group Reviewers
ARM - Commits
- rS299380: Merge a20_mp_start_ap and a31_mp_start_ap into one function.
Tested on A20 and A31S
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/arm/allwinner/aw_mp.c | ||
---|---|---|
200 ↗ | (On Diff #16055) | Unmapping the same handle twice, this should be prcm instead? |
sys/arm/allwinner/aw_mp.c | ||
---|---|---|
200 ↗ | (On Diff #16055) | Damn, yeah, let me fix this ... |
sys/arm/allwinner/aw_mp.c | ||
---|---|---|
114 ↗ | (On Diff #16061) | Do you still need to initialize this to 0? You test soc_family later on instead of prcm now. |
sys/arm/allwinner/aw_mp.c | ||
---|---|---|
124 ↗ | (On Diff #16067) | Should be } else { on a single line. |