Blame view

arch/cris/include/asm/bugs.h 300 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  /* $Id: bugs.h,v 1.2 2001/01/17 17:03:18 bjornw Exp $
   *
   *  include/asm-cris/bugs.h
   *
   *  Copyright (C) 2001 Axis Communications AB
   */
  
  /*
   * This is included by init/main.c to check for architecture-dependent bugs.
   *
   * Needs:
   *	void check_bugs(void);
   */
  
  static void check_bugs(void)
  {
  }