processor.h 900 B

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