Skip to content

Commit 3420b5d

Browse files
Bernhard Wallepaulusmack
authored andcommitted
powerpc: Remove experimental status of kdump on 64-bit powerpc
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 <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
1 parent 016b33c commit 3420b5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/powerpc/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ config KEXEC
308308
strongly in flux, so no good recommendation can be made.
309309

310310
config CRASH_DUMP
311-
bool "Build a kdump crash kernel (EXPERIMENTAL)"
312-
depends on PPC_MULTIPLATFORM && PPC64 && EXPERIMENTAL
311+
bool "Build a kdump crash kernel"
312+
depends on PPC_MULTIPLATFORM && PPC64
313313
help
314314
Build a kernel suitable for use as a kdump capture kernel.
315315
The kernel will be linked at a different address than normal, and

0 commit comments

Comments
 (0)