aboutsummaryrefslogtreecommitdiff
path: root/x86_64/xen_boothdr.S
Commit message (Collapse)AuthorAgeFilesLines
* SMP: fix getting the interrupt stack address and sizeSamuel Thibault2021-04-041-0/+1
| | | | | | | * i386/i386at/boothdr.S (_eintstack): Add missing common. * i386/xen/xen_boothdr.S (_eintstack): Add missing common. * x86_64/xen/xen_boothdr.S (_eintstack): Add missing common. * i386/i386/mp_desc.c (intstack, eintstack): Add missing underscore.
* xen: Add 64bit variantSamuel Thibault2020-03-281-0/+189
* x86_64/xen_boothdr.S, x86_64/xen_locore.S: New files.