Separate copyright bumps in a different commit. A lot of files only had the copyright change at this point; these were probably changes I added separatly in other patches but just split these in a different commit instead to simplify git stats Change-Id: I93cf3fc1c0fa04ee743a79c3fe9768933e6bd0d2
17 lines
282 B
ArmAsm
17 lines
282 B
ArmAsm
/* archdep.S COPYRIGHT FUJITSU LIMITED 2017-2018 */
|
|
/* 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
|
|
|