mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
Since the kernel does not support running 31 bit / compat binaries anymore, remove also the corresponding 31 bit support from uapi header files. Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
11 lines
235 B
C
11 lines
235 B
C
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
|
#ifndef __ASM_S390_BITSPERLONG_H
|
|
#define __ASM_S390_BITSPERLONG_H
|
|
|
|
#define __BITS_PER_LONG 64
|
|
|
|
#include <asm-generic/bitsperlong.h>
|
|
|
|
#endif /* __ASM_S390_BITSPERLONG_H */
|
|
|