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