Skip to content

Commit

Permalink
powerpc: Remove experimental status of kdump on 64-bit powerpc
Browse files Browse the repository at this point in the history
This removes the experimental status of kdump on PPC64.  kdump is on
PPC64 now since more than one year and it has proven to be stable.

Signed-off-by: Bernhard Walle <bwalle@suse.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Bernhard Walle authored and Paul Mackerras committed Jul 1, 2008
1 parent 016b33c commit 3420b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@ config KEXEC
strongly in flux, so no good recommendation can be made.

config CRASH_DUMP
bool "Build a kdump crash kernel (EXPERIMENTAL)"
depends on PPC_MULTIPLATFORM && PPC64 && EXPERIMENTAL
bool "Build a kdump crash kernel"
depends on PPC_MULTIPLATFORM && PPC64
help
Build a kernel suitable for use as a kdump capture kernel.
The kernel will be linked at a different address than normal, and
Expand Down

0 comments on commit 3420b5d

Please sign in to comment.