HomeFreeBSD

Fix broken SMP startup on Armada XP after r265694

Description

Fix broken SMP startup on Armada XP after r265694

During Armada's platform_mp_start_ap(), mptramp code
is being copied to the specific physical location (0xffff0000).
Before r265694 the address to which the code should be copied
was equal to the address of mpentry routine that followed the
mptramp in locore.S. Now the mptramp end address should be
exported and used as a copy limit.

Reviewed by: gber

Details

Provenance
zbbAuthored on
Parents
rS267128: whitespace change: remove trailing whitespace
Branches
Unknown
Tags
Unknown

Event Timeline