Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99405
b: refs/heads/master
c: 378fc6e
h: refs/heads/master
i:
  99403: 93b6808
v: v3
  • Loading branch information
WANG Cong authored and Ingo Molnar committed Jun 24, 2008
1 parent 181d16a commit 1600e68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5f0120b5786f5dbe097a946a2eb5d745ebc2b7ed
refs/heads/master: 378fc6eedc0091cc5ba65b298b8967bd2d43df5d
4 changes: 2 additions & 2 deletions trunk/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 1600e68

Please sign in to comment.