mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-30 09:16:48 +00:00
This commit adds Processor::set_thread_specific_data, and this function is used to factor out architecture specific implementation of setting the thread specific data. This function is implemented for aarch64 and x86_64, and the callsites are changed to use this function instead.