From: Heiko Carstens Date: Sat, 20 Apr 2013 12:07:29 +0000 (+0200) Subject: s390/ptrace: remove empty ifdefs X-Git-Tag: v3.10-rc1~201^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63dd9b44ac926d3250c1e8dfcb309c37c870fe21;p=profile%2Fivi%2Fkernel-x86-ivi.git s390/ptrace: remove empty ifdefs Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- diff --git a/arch/s390/include/asm/ptrace.h b/arch/s390/include/asm/ptrace.h index 3ee5da3..559512a 100644 --- a/arch/s390/include/asm/ptrace.h +++ b/arch/s390/include/asm/ptrace.h @@ -9,9 +9,7 @@ #include #ifndef __ASSEMBLY__ -#ifndef __s390x__ -#else /* __s390x__ */ -#endif /* __s390x__ */ + extern long psw_kernel_bits; extern long psw_user_bits; @@ -77,8 +75,6 @@ struct per_struct_kernel { #define PER_CONTROL_SUSPENSION 0x00400000UL #define PER_CONTROL_ALTERATION 0x00200000UL -#ifdef __s390x__ -#endif /* __s390x__ */ /* * These are defined as per linux/ptrace.h, which see. */