| To: | "'kdb@xxxxxxxxxxx'" <kdb@xxxxxxxxxxx> |
|---|---|
| Subject: | Simple typo in reboot.c when enabling CONFIG_KDB_KDUMP |
| From: | Edward Goggin <egoggin@xxxxxxxxxx> |
| Date: | Wed, 29 Apr 2009 06:59:29 -0700 |
| Accept-language: | en-US |
| Acceptlanguage: | en-US |
| Thread-index: | AcnI0raI6pV7kmErSj+068mHNTN/TQ== |
| Thread-topic: | Simple typo in reboot.c when enabling CONFIG_KDB_KDUMP |
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());
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Land Plots & Ready Properties 4 Sale in Dubai - UAE (24. April. 2009), Tijan |
|---|---|
| Next by Date: | Re: [kdb] Simple typo in reboot.c when enabling CONFIG_KDB_KDUMP, Martin Hicks |
| Previous by Thread: | Land Plots & Ready Properties 4 Sale in Dubai - UAE (24. April. 2009), Tijan |
| Next by Thread: | Re: [kdb] Simple typo in reboot.c when enabling CONFIG_KDB_KDUMP, Martin Hicks |
| Indexes: | [Date] [Thread] [Top] [All Lists] |