diff options
| -rw-r--r-- | arch/x86/kernel/machine_kexec_32.c | 2 | ||||
| -rw-r--r-- | arch/x86/kernel/traps.c | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/machine_kexec_32.c b/arch/x86/kernel/machine_kexec_32.c index 37f420018a41..f5fc8c781a62 100644 --- a/arch/x86/kernel/machine_kexec_32.c +++ b/arch/x86/kernel/machine_kexec_32.c  | |||
| @@ -121,7 +121,7 @@ static void machine_kexec_page_table_set_one( | |||
| 121 | static void machine_kexec_prepare_page_tables(struct kimage *image) | 121 | static void machine_kexec_prepare_page_tables(struct kimage *image) | 
| 122 | { | 122 | { | 
| 123 | void *control_page; | 123 | void *control_page; | 
| 124 | pmd_t *pmd = 0; | 124 | pmd_t *pmd = NULL; | 
| 125 | 125 | ||
| 126 | control_page = page_address(image->control_code_page); | 126 | control_page = page_address(image->control_code_page); | 
| 127 | #ifdef CONFIG_X86_PAE | 127 | #ifdef CONFIG_X86_PAE | 
diff --git a/arch/x86/kernel/traps.c b/arch/x86/kernel/traps.c index acb8c0585ab9..2df927b5003f 100644 --- a/arch/x86/kernel/traps.c +++ b/arch/x86/kernel/traps.c  | |||
| @@ -942,7 +942,7 @@ dotraplinkage void do_iret_error(struct pt_regs *regs, long error_code) | |||
| 942 | info.si_signo = SIGILL; | 942 | info.si_signo = SIGILL; | 
| 943 | info.si_errno = 0; | 943 | info.si_errno = 0; | 
| 944 | info.si_code = ILL_BADSTK; | 944 | info.si_code = ILL_BADSTK; | 
| 945 | info.si_addr = 0; | 945 | info.si_addr = NULL; | 
| 946 | if (notify_die(DIE_TRAP, "iret exception", | 946 | if (notify_die(DIE_TRAP, "iret exception", | 
| 947 | regs, error_code, 32, SIGILL) == NOTIFY_STOP) | 947 | regs, error_code, 32, SIGILL) == NOTIFY_STOP) | 
| 948 | return; | 948 | return; | 
