From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sasl.smtp.pobox.com (a-sasl-fastnet.sasl.smtp.pobox.com [207.106.133.19]) by ozlabs.org (Postfix) with ESMTP id D0A27DDF7A for ; Thu, 29 Jan 2009 09:41:29 +1100 (EST) From: Nathan Lynch To: containers@lists.osdl.org Subject: [PATCH 3/3] allow checkpoint/restart on powerpc Date: Wed, 28 Jan 2009 16:41:18 -0600 Message-Id: <1233182478-27113-4-git-send-email-ntl@pobox.com> In-Reply-To: <1233182478-27113-1-git-send-email-ntl@pobox.com> References: <1233182478-27113-1-git-send-email-ntl@pobox.com> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Signed-off-by: Nathan Lynch --- checkpoint/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/checkpoint/Kconfig b/checkpoint/Kconfig index ffaa635..00036aa 100644 --- a/checkpoint/Kconfig +++ b/checkpoint/Kconfig @@ -1,7 +1,7 @@ config CHECKPOINT_RESTART prompt "Enable checkpoint/restart (EXPERIMENTAL)" def_bool n - depends on X86_32 && EXPERIMENTAL + depends on (X86_32 || PPC) && EXPERIMENTAL help Application checkpoint/restart is the ability to save the state of a running application so that it can later resume -- 1.5.5