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-only */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3)  *  Copyright (C) 2010 Texas Instruments Incorporated
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4)  *  Author: Mark Salter (msalter@redhat.com)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5)  */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) #ifndef _ASM_C6X_PROCINFO_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) #define _ASM_C6X_PROCINFO_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) #ifdef __KERNEL__
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) struct proc_info_list {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	unsigned int		cpu_val;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	unsigned int		cpu_mask;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	const char		*arch_name;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	const char		*elf_name;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	unsigned int		elf_hwcap;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) #else	/* __KERNEL__ */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) #include <asm/elf.h>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) #warning "Please include asm/elf.h instead"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) #endif	/* __KERNEL__ */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) #endif	/* _ASM_C6X_PROCINFO_H */