diff --git a/modules/investigating-kernel-crashes.adoc b/modules/investigating-kernel-crashes.adoc index fb9b5e88b5e4..95ae47b7355e 100644 --- a/modules/investigating-kernel-crashes.adoc +++ b/modules/investigating-kernel-crashes.adoc @@ -7,32 +7,3 @@ = Investigating kernel crashes The `kdump` service, included in the `kexec-tools` package, provides a crash-dumping mechanism. You can use this service to save the contents of a system's memory for later analysis. - -The `x86_64` architecture supports kdump in General Availability (GA) status, whereas other architectures support kdump in Technology Preview (TP) status. - -The following table provides details about the support level of kdump for different architectures. - -.Kdump support in {op-system} -[cols=",^v,^v width="100%",options="header"] -|=== -|Architecture |Support level - -a| -`x86_64` -| GA - -a| -`aarch64` -| TP - -a| -`s390x` -| TP - -a| -`ppc64le` -| TP -|=== - -:FeatureName: Kdump support, for the preceding three architectures in the table, -include::snippets/technology-preview.adoc[leveloffset=+1]