linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] kexec/crash support on mpc85xx parts
@ 2010-07-21 21:14 Matthew McClintock
  2010-07-21 21:14 ` [PATCH v2 1/2] powerpc/85xx: kexec for SMP 85xx BookE systems Matthew McClintock
  2010-07-21 21:14 ` [PATCH v2 2/2] powerpc/crashdump: Fix issues with kexec and 36bit physical addr Matthew McClintock
  0 siblings, 2 replies; 4+ messages in thread
From: Matthew McClintock @ 2010-07-21 21:14 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Matthew McClintock, kumar.gala

The patch series is meant to fix a few issues with kexec/crash working
on mpc85xx parts

v1: initial version

v2: Fix a typo when decremeting a wait condition twice leading to 
never showing when we fail waiting for extra cpus to shutdown

Moved around code so the crash and kexec shutdown code paths both
work correctly - this was exposed by the above fix

Disable modifying the PAGE_OFFSET and PHYSICAL_START when we build
a crash kernel w/ relocation enabled. We don't need to change these 
values as a default action.

Matthew McClintock (2):
  powerpc/85xx: kexec for SMP 85xx BookE systems
  powerpc/crashdump: Fix issues with kexec and 36bit physical addr

 arch/powerpc/Kconfig                |   10 +++---
 arch/powerpc/kernel/crash_dump.c    |    4 +-
 arch/powerpc/kernel/machine_kexec.c |   10 +++---
 arch/powerpc/platforms/85xx/smp.c   |   63 +++++++++++++++++++++++++++++++++++
 4 files changed, 75 insertions(+), 12 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-08-02 19:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-21 21:14 [PATCH v2 0/2] kexec/crash support on mpc85xx parts Matthew McClintock
2010-07-21 21:14 ` [PATCH v2 1/2] powerpc/85xx: kexec for SMP 85xx BookE systems Matthew McClintock
2010-08-02 19:37   ` Kumar Gala
2010-07-21 21:14 ` [PATCH v2 2/2] powerpc/crashdump: Fix issues with kexec and 36bit physical addr Matthew McClintock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).