diff options
Diffstat (limited to 'src/arch/x86/gdt.c')
-rw-r--r-- | src/arch/x86/gdt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/x86/gdt.c b/src/arch/x86/gdt.c index baf125cf1e..b7bc62eb70 100644 --- a/src/arch/x86/gdt.c +++ b/src/arch/x86/gdt.c @@ -30,7 +30,8 @@ struct gdtarg { #endif } __packed; -/* Copy GDT to new location and reload it. +/* + * Copy GDT to new location and reload it. * FIXME: We only do this for BSP CPU. */ static void move_gdt(int is_recovery) |