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