1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (C) 2011 Tobias Klauser <tklauser@distanz.ch>
6 #ifndef _ASM_NIOS2_CPUINFO_H
7 #define _ASM_NIOS2_CPUINFO_H
9 #include <linux/types.h>
12 /* Core CPU configuration */
29 u32 tlb_pid_num_bits
; /* number of bits used for the PID in TLBMISC */
31 u32 tlb_num_ways_log2
;
39 u32 fast_tlb_miss_exc_addr
;
42 extern struct cpuinfo cpuinfo
;
44 extern void setup_cpuinfo(void);
46 #endif /* _ASM_NIOS2_CPUINFO_H */