1*6020faf6SRick Chen /*
2*6020faf6SRick Chen  * linux/include/asm-arm/processor.h
3*6020faf6SRick Chen  *
4*6020faf6SRick Chen  * Copyright (C) 1995-2002 Russell King
5*6020faf6SRick Chen  *
6*6020faf6SRick Chen  * Copyright (C) 2011 Andes Technology Corporation
7*6020faf6SRick Chen  * Copyright (C) 2010 Shawn Lin (nobuhiro@andestech.com)
8*6020faf6SRick Chen  * Copyright (C) 2011 Macpaul Lin (macpaul@andestech.com)
9*6020faf6SRick Chen  * Copyright (C) 2017 Rick Chen (rick@andestech.com)
10*6020faf6SRick Chen  *
11*6020faf6SRick Chen  * This program is free software; you can redistribute it and/or modify
12*6020faf6SRick Chen  * it under the terms of the GNU General Public License version 2 as
13*6020faf6SRick Chen  * published by the Free Software Foundation.
14*6020faf6SRick Chen  */
15*6020faf6SRick Chen 
16*6020faf6SRick Chen #ifndef __ASM_RISCV_PROCESSOR_H
17*6020faf6SRick Chen #define __ASM_RISCV_PROCESSOR_H
18*6020faf6SRick Chen 
19*6020faf6SRick Chen /**************************************************************
20*6020faf6SRick Chen  * CAUTION:
21*6020faf6SRick Chen  *   - do not implement for RISCV Arch yet.
22*6020faf6SRick Chen  *   - so far some files include /asm/processor.h, but
23*6020faf6SRick Chen  *     no one uses the macros defined in this head file.
24*6020faf6SRick Chen  **************************************************************/
25*6020faf6SRick Chen 
26*6020faf6SRick Chen #endif /* __ASM_RISCV_PROCESSOR_H */
27