Attention is currently required from: Raul Rangel.
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/69435 )
Change subject: cpu/x86: Set thread local storage in C code ......................................................................
Patch Set 6:
(2 comments)
File src/arch/x86/cpu.c:
https://review.coreboot.org/c/coreboot/+/69435/comment/09360013_192afe60 PS5, Line 346: cpu_info
Can you make this a `struct per_cpu_segment_data` so we keep using the same thing as `cpu_info()`.
Done
File src/cpu/x86/mp_init.c:
https://review.coreboot.org/c/coreboot/+/69435/comment/a87569cf_7f7048c6 PS5, Line 179: static void asmlinkage ap_init(unsigned int index)
storage class 'asmlinkage' should be located before type 'void' […]
Done