Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) /* SPDX-License-Identifier: GPL-2.0 */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) #if defined(__i386__) || defined(__x86_64__)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) #include "../../../arch/x86/include/uapi/asm/bitsperlong.h"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) #elif defined(__aarch64__)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) #include "../../../arch/arm64/include/uapi/asm/bitsperlong.h"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) #elif defined(__powerpc__)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) #include "../../../arch/powerpc/include/uapi/asm/bitsperlong.h"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) #elif defined(__s390__)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) #include "../../../arch/s390/include/uapi/asm/bitsperlong.h"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) #elif defined(__sparc__)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) #include "../../../arch/sparc/include/uapi/asm/bitsperlong.h"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) #elif defined(__mips__)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) #include "../../../arch/mips/include/uapi/asm/bitsperlong.h"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) #elif defined(__ia64__)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) #include "../../../arch/ia64/include/uapi/asm/bitsperlong.h"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) #elif defined(__riscv)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) #include "../../../arch/riscv/include/uapi/asm/bitsperlong.h"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) #elif defined(__alpha__)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) #include "../../../arch/alpha/include/uapi/asm/bitsperlong.h"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) #else
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) #include <asm-generic/bitsperlong.h>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) #endif