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@andestech.com) 8 * Copyright (C) 2011 Macpaul Lin (macpaul@andestech.com) 9 * 10 * This program is free software; you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License version 2 as 12 * published by the Free Software Foundation. 13 */ 14 15 #ifndef __ASM_NDS_PROCESSOR_H 16 #define __ASM_NDS_PROCESSOR_H 17 18 /************************************************************** 19 * CAUTION: 20 * - do not implement for NDS32 Arch yet. 21 * - so far some files include /asm/processor.h, but 22 * no one uses the macros defined in this head file. 23 **************************************************************/ 24 25 #endif /* __ASM_ARM_PROCESSOR_H */ 26