Re: [PATCH 2/8] pseries: phyp dump: config file

2008-01-07 Thread Stephen Rothwell
On Mon, 07 Jan 2008 18:16:08 -0600 Manish Ahuja <[EMAIL PROTECTED]> wrote:
>
> 
> Add hypervisor-assisted dump to kernel config
> 
> Signed-off-by: Linas Vepstas <[EMAIL PROTECTED]>

This patch should probably come last in the series so that all the code
is there before some bisecting autobuilder tries to configure it.

-- 
Cheers,
Stephen Rothwell[EMAIL PROTECTED]
http://www.canb.auug.org.au/~sfr/


pgpY5DXld7bCF.pgp
Description: PGP signature
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

[PATCH 2/8] pseries: phyp dump: config file

2008-01-07 Thread Manish Ahuja

Add hypervisor-assisted dump to kernel config

Signed-off-by: Linas Vepstas <[EMAIL PROTECTED]>

-
 arch/powerpc/Kconfig |   11 +++
 1 file changed, 11 insertions(+)

Index: linux-2.6.24-rc2-git4/arch/powerpc/Kconfig
===
--- linux-2.6.24-rc2-git4.orig/arch/powerpc/Kconfig 2007-11-14 
16:39:20.0 -0600
+++ linux-2.6.24-rc2-git4/arch/powerpc/Kconfig  2007-11-15 14:27:33.0 
-0600
@@ -261,6 +261,17 @@ config CRASH_DUMP
 
  Don't change this unless you know what you are doing.
 
+config PHYP_DUMP
+   bool "Hypervisor-assisted dump (EXPERIMENTAL)"
+   depends on PPC_PSERIES && EXPERIMENTAL
+   default y
+   help
+ Hypervisor-assisted dump is meant to be a kdump replacement
+ offering robustness and speed not possible without system
+ hypervisor assistence.
+
+ If unsure, say "Y"
+
 config PPCBUG_NVRAM
bool "Enable reading PPCBUG NVRAM during boot" if PPLUS || LOPEC
default y if PPC_PREP
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev