From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: [PATCH 1/1] cr: s390: fix unterminated ifdef Date: Tue, 12 May 2009 11:03:37 -0500 Message-ID: <20090512160337.GA771@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Oren Laadan Cc: Linux Containers List-Id: containers.vger.kernel.org arch/s390/include/asm/checkpoint_hdr.h had a #ifdef __s390x__ which was unterminated. Nathan Lynch points out that we don't need the ifdef at all since CONFIG_CHECKPOINT_SUPPORT is already dependent upon 64-bit. Signed-off-by: Serge E. Hallyn --- arch/s390/include/asm/checkpoint_hdr.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/s390/include/asm/checkpoint_hdr.h b/arch/s390/include/asm/checkpoint_hdr.h index 292dc33..185194b 100644 --- a/arch/s390/include/asm/checkpoint_hdr.h +++ b/arch/s390/include/asm/checkpoint_hdr.h @@ -20,8 +20,6 @@ #include #endif -#ifdef __s390x__ - /* * Notes * NUM_GPRS defined in to be 16 -- 1.6.1