os/tss_flush.s
2024-05-25 19:20:33 +03:00

9 lines
119 B
ArmAsm

.section .text
.align 4
.global tss_flush
.type tss_flush, @function
tss_flush:
mov $0x2B, %ax
ltr %ax
ret