| To: | Edward Goggin <egoggin@xxxxxxxxxx> |
|---|---|
| Subject: | Re: [kdb] Simple typo in reboot.c when enabling CONFIG_KDB_KDUMP |
| From: | Martin Hicks <mort@xxxxxxx> |
| Date: | Wed, 29 Apr 2009 13:19:12 -0500 |
| Cc: | "'kdb@xxxxxxxxxxx'" <kdb@xxxxxxxxxxx> |
| In-reply-to: | <B1FD1A0C73AC4E46A4F95BADC77079D35F55F118@xxxxxxxxxxxxxxxxxxxxx> |
| References: | <B1FD1A0C73AC4E46A4F95BADC77079D35F55F118@xxxxxxxxxxxxxxxxxxxxx> |
| User-agent: | Mutt/1.5.17 (2007-11-01) |
applied. Thanks.
mh
On Wed, Apr 29, 2009 at 06:59:29AM -0700, Edward Goggin wrote:
> Patch 1 of 1
>
> Simple typo when enabling CONFIG_KDB_KDUMP.
>
> Signed-off-by: Ed Goggin <egoggin@xxxxxxxxxx>
>
>
> --- linux-2.6.29/arch/x86/kernel/reboot.c 2009-04-28 14:37:30.000000000
> -0400
> +++ linux-2.6.29.fix/arch/x86/kernel/./reboot.c 2009-04-28
> 14:37:37.000000000 -0400
> @@ -649,7 +649,7 @@ void halt_current_cpu(struct pt_regs *re #ifdef
> CONFIG_X86_32
> if (!user_mode_vm(regs)) {
> crash_fixup_ss_esp(&fixed_regs, regs);
> - regs = &fixed_Regs;
> + regs = &fixed_regs;
> }
> #endif
> crash_save_cpu(regs, raw_smp_processor_id());
> _______________________________________________
> kdb mailing list
> kdb@xxxxxxxxxxx
> http://oss.sgi.com/mailman/listinfo/kdb
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Simple typo in reboot.c when enabling CONFIG_KDB_KDUMP, Edward Goggin |
|---|---|
| Previous by Thread: | Simple typo in reboot.c when enabling CONFIG_KDB_KDUMP, Edward Goggin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |