bugs.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  *  include/asm-parisc/bugs.h
  3.  *
  4.  *  Copyright (C) 1999 Mike Shaver
  5.  */
  6. /*
  7.  * This is included by init/main.c to check for architecture-dependent bugs.
  8.  *
  9.  * Needs:
  10.  * void check_bugs(void);
  11.  */
  12. #include <asm/processor.h>
  13. static inline void check_bugs(void)
  14. {
  15. // identify_cpu(&boot_cpu_data);
  16. }