]> xenbits.xensource.com Git - unikraft/unikraft.git/commit
plat/kvm/arm: Make the earliest bootstack be part of the image
authorSergiu Moga <sergiu.moga@protonmail.com>
Fri, 7 Apr 2023 16:45:58 +0000 (19:45 +0300)
committerUnikraft <monkey@unikraft.io>
Fri, 11 Aug 2023 10:18:44 +0000 (10:18 +0000)
commit280c69559f68ae8329b935f0374acee0ff994902
treed56fc82f7329f371bd957c78969eaaaef33b7dbc
parentb5f9b32af34438b5af7ce480df7cde8d982bb45f
plat/kvm/arm: Make the earliest bootstack be part of the image

In order to make it easier for the paging API to not invalidate the
stack, make it part of the image (.bss), so that it is automatically
ignored.

Signed-off-by: Sergiu Moga <sergiu.moga@protonmail.com>
Reviewed-by: Michalis Pappas <michalis@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #848
plat/kvm/arm/entry64.S