1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Various ISA level dependent constants.
4 * Most of the following constants reflect the different layout
5 * of Coprocessor 0 registers.
7 * Copyright (c) 1998 Harald Koerfgen
10 #ifndef __ASM_ISADEP_H
11 #define __ASM_ISADEP_H
13 #if defined(CONFIG_CPU_R3000)
19 * kernel or user mode? (CP0_STATUS)
27 * kernel or user mode?
35 #endif /* __ASM_ISADEP_H */