summaryrefslogtreecommitdiffstats
path: root/arch/x86_64/tables.c
blob: f5300897113fbd44dc5136d30c8972046f0eb823 (plain) (blame)
1
2
3
4
5
6
7
8
#include "tables.h"

void
arch_tables_setup(void)
{
    x86_64_load_gdt();
    x86_64_load_idt();
}