os/tss_flush.s

9 lines
119 B
ArmAsm
Raw Permalink Normal View History

2024-05-25 19:20:33 +03:00
.section .text
.align 4
.global tss_flush
.type tss_flush, @function
tss_flush:
mov $0x2B, %ax
ltr %ax
ret