1 /* SPDX-License-Identifier: GPL-2.0-only WITH !! 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 /* !! 2 #ifndef __ASM_ALPHA_BITSPERLONG_H 3 * Copyright (C) 2012 ARM Ltd. !! 3 #define __ASM_ALPHA_BITSPERLONG_H 4 * Copyright (C) 2015 Regents of the Universit << 5 */ << 6 4 7 #ifndef _UAPI_ASM_RISCV_BITSPERLONG_H !! 5 #if defined(__sparc__) && defined(__arch64__) 8 #define _UAPI_ASM_RISCV_BITSPERLONG_H !! 6 #define __BITS_PER_LONG 64 9 !! 7 #else 10 #define __BITS_PER_LONG (__SIZEOF_POINTER__ * !! 8 #define __BITS_PER_LONG 32 >> 9 #endif 11 10 12 #include <asm-generic/bitsperlong.h> 11 #include <asm-generic/bitsperlong.h> 13 12 14 #endif /* _UAPI_ASM_RISCV_BITSPERLONG_H */ !! 13 #endif /* __ASM_ALPHA_BITSPERLONG_H */ >> 14 15 15
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.