- add arm64 dependent codes with GICv3 and SVE support - fix bugs based on architecture separation requests
17 lines
277 B
ArmAsm
17 lines
277 B
ArmAsm
/* archdep.S COPYRIGHT FUJITSU LIMITED 2017 */
|
|
/* TODO: skeleton for UTI */
|
|
.global switch_ctx
|
|
switch_ctx:
|
|
ret
|
|
|
|
/* TODO: skeleton for UTI */
|
|
.global compare_and_swap
|
|
compare_and_swap:
|
|
ret
|
|
|
|
/* TODO: skeleton for UTI */
|
|
.global compare_and_swap_int
|
|
compare_and_swap_int:
|
|
ret
|
|
|