processor.h 841 B

12345678910111213141516171819202122232425
  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. #ifndef __ASM_NDS_PROCESSOR_H
  15. #define __ASM_NDS_PROCESSOR_H
  16. /**************************************************************
  17. * CAUTION:
  18. * - do not implement for NDS32 Arch yet.
  19. * - so far some files include /asm/processor.h, but
  20. * no one uses the macros defined in this head file.
  21. **************************************************************/
  22. #endif /* __ASM_ARM_PROCESSOR_H */