bugs.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  *  include/asm-s390/bugs.h
  3.  *
  4.  *  S390 version
  5.  *    Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation
  6.  *    Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
  7.  *
  8.  *  Derived from "include/asm-i386/bugs.h"
  9.  *    Copyright (C) 1994  Linus Torvalds
  10.  */
  11. /*
  12.  * This is included by init/main.c to check for architecture-dependent bugs.
  13.  *
  14.  * Needs:
  15.  *      void check_bugs(void);
  16.  */
  17. static void __init check_bugs(void)
  18. {
  19.   /* s390 has no bugs ... */
  20. }