提交 378fc6ee 编写于 作者: W WANG Cong 提交者: Ingo Molnar

x86: arch/x86/kernel/machine_kexec_32.c: remove extra semicolons

I can't see any reason to keep these semicolons.
Signed-off-by: NWANG Cong <wangcong@zeuux.org>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 5f0120b5
......@@ -39,7 +39,7 @@ static void set_idt(void *newidt, __u16 limit)
curidt.address = (unsigned long)newidt;
load_idt(&curidt);
};
}
static void set_gdt(void *newgdt, __u16 limit)
......@@ -51,7 +51,7 @@ static void set_gdt(void *newgdt, __u16 limit)
curgdt.address = (unsigned long)newgdt;
load_gdt(&curgdt);
};
}
static void load_segments(void)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册