diff options
Diffstat (limited to 'src/arch/x86/boot/gdt.c')
-rw-r--r-- | src/arch/x86/boot/gdt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/boot/gdt.c b/src/arch/x86/boot/gdt.c index 3505da4535..7ebf92ae85 100644 --- a/src/arch/x86/boot/gdt.c +++ b/src/arch/x86/boot/gdt.c @@ -57,4 +57,3 @@ void move_gdt(void) __asm__ __volatile__ ("lgdt %0\n\t" : : "m" (gdtarg)); printk(BIOS_DEBUG, "ok\n"); } - |