aboutsummaryrefslogtreecommitdiff
path: root/x86_64/cswitch.S
Commit message (Collapse)AuthorAgeFilesLines
* percpu: active_stack with gsDamien Zammit2023-09-251-6/+4
| | | | Message-Id: <20230925002417.467022-1-damien@zamaudio.com>
* x86_64: Change active_threads to use gs like i386Damien Zammit2023-09-251-1/+1
| | | | Message-Id: <20230925002353.466997-1-damien@zamaudio.com>
* x86_64: fix NCPUS > 1 build of CX() macroSamuel Thibault2023-08-121-9/+9
| | | | | With the kernel gone to -2GB, the base+index addressing needs to use a 64bit register index.
* x86_64: Fix broken int_stack_baseDamien Zammit2023-02-131-1/+1
| | | | Message-Id: <20230213084919.1157074-6-damien@zamaudio.com>
* cswitch: Add 64bit variantSamuel Thibault2020-03-281-0/+150
* x86_64/cswitch.S: New file.