summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/boot/gdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/boot/gdt.c')
-rw-r--r--src/arch/x86/boot/gdt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/boot/gdt.c b/src/arch/x86/boot/gdt.c
index 3505da4..7ebf92a 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");
}
-
OpenPOWER on IntegriCloud