]> xenbits.xensource.com Git - unikraft/libs/musl.git/commit
Condition AARCH64 TCB unreservation on Kconfig
authorAndrei Tatar <andrei@unikraft.io>
Wed, 19 Jul 2023 07:57:14 +0000 (09:57 +0200)
committerUnikraft <monkey@unikraft.io>
Thu, 10 Aug 2023 17:31:44 +0000 (17:31 +0000)
commit1721b8389b9163acfc37ac8e94ae7bfd10618a87
tree0850c6ec5176982e54e4c4b6f894edbbbc7fb073
parent999f13e995866e1f2a57c247e7851a1a310257dc
Condition AARCH64 TCB unreservation on Kconfig

Previously musl would unconditionally call
`aarch64_no_reserved_tcb_overlap` when building under aarch64.
This change makes this call happen only when musl is selected.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Eduard Vintilă <eduard.vintila47@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #54
Makefile.uk