blob: fe3575298e94a6c2a4ec2dc18f7e8b7f1f6f6bec [file] [log] [blame]
Rick Chen6020faf2017-12-26 13:55:51 +08001/*
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@andestech.com)
8 * Copyright (C) 2011 Macpaul Lin (macpaul@andestech.com)
9 * Copyright (C) 2017 Rick Chen (rick@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 */