Skip to content

Commit

Permalink
x86: arch/x86/kernel/machine_kexec_32.c: remove extra semicolons
Browse files Browse the repository at this point in the history
I can't see any reason to keep these semicolons.

Signed-off-by: WANG Cong <wangcong@zeuux.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
WANG Cong authored and Ingo Molnar committed Jun 24, 2008
1 parent 5f0120b commit 378fc6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/x86/kernel/machine_kexec_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
{
Expand Down

0 comments on commit 378fc6e

Please sign in to comment.