Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63dd9b44 authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky
Browse files

s390/ptrace: remove empty ifdefs

parent e4371f60
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -9,9 +9,7 @@
#include <uapi/asm/ptrace.h>

#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.
 */