* <!-- description --> * @brief Marks the current GDT as read/write */
| 468 | * @brief Marks the current GDT as read/write |
| 469 | */ |
| 470 | void |
| 471 | platform_mark_gdt_writable(void) NOEXCEPT |
| 472 | { |
| 473 | load_direct_gdt(raw_smp_processor_id()); |
| 474 | } |
| 475 | |
| 476 | /** |
| 477 | * <!-- description --> |
nothing calls this directly
no outgoing calls
no test coverage detected