Searched hist:d0307444ed57c082fa6445f4ed5ecef57758e240 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm/mv/armadaxp/ |
H A D | mptramp.S | diff d0307444ed57c082fa6445f4ed5ecef57758e240 Thu Jun 05 23:35:10 CEST 2014 Zbigniew Bodek <zbb@FreeBSD.org> 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
|
H A D | armadaxp_mp.c | diff d0307444ed57c082fa6445f4ed5ecef57758e240 Thu Jun 05 23:35:10 CEST 2014 Zbigniew Bodek <zbb@FreeBSD.org> 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
|