Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136921
b: refs/heads/master
c: fc6fcdf
h: refs/heads/master
i:
  136919: 07ce6c8
v: v3
  • Loading branch information
Hannes Eder authored and Ingo Molnar committed Feb 22, 2009
1 parent eaf1bca commit db3c124
Show file tree
Hide file tree
Showing 3 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: fdb17aeb28aaad3eae5ef57e70cb287d34d1049d
refs/heads/master: fc6fcdfbb8f1b2553255170f221cd57a4108591f
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/machine_kexec_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ static void machine_kexec_page_table_set_one(
static void machine_kexec_prepare_page_tables(struct kimage *image)
{
void *control_page;
pmd_t *pmd = 0;
pmd_t *pmd = NULL;

control_page = page_address(image->control_code_page);
#ifdef CONFIG_X86_PAE
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ dotraplinkage void do_iret_error(struct pt_regs *regs, long error_code)
info.si_signo = SIGILL;
info.si_errno = 0;
info.si_code = ILL_BADSTK;
info.si_addr = 0;
info.si_addr = NULL;
if (notify_die(DIE_TRAP, "iret exception",
regs, error_code, 32, SIGILL) == NOTIFY_STOP)
return;
Expand Down

0 comments on commit db3c124

Please sign in to comment.