Skip to content

Commit

Permalink
rv-virt/citest: Test GCC's tls (__thread keyword)
Browse files Browse the repository at this point in the history
Test the GCC's tls with the `__thread` keyword with ostest by
enabling `CONFIG_SCHED_THREAD_LOCAL`.
  • Loading branch information
tmedicci committed Dec 19, 2024
1 parent d700641 commit ede9e49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/risc-v/qemu-rv/rv-virt/configs/citest/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ CONFIG_SCHED_HAVE_PARENT=y
CONFIG_SCHED_HPWORK=y
CONFIG_SCHED_LPNTHREADS=1
CONFIG_SCHED_LPWORK=y
CONFIG_SCHED_THREAD_LOCAL=y
CONFIG_SCHED_USER_IDENTITY=y
CONFIG_SERIAL_UART_ARCH_MMIO=y
CONFIG_SIG_DEFAULT=y
Expand Down

0 comments on commit ede9e49

Please sign in to comment.