Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  *  include/asm-alpha/bugs.h
0003  *
0004  *  Copyright (C) 1994  Linus Torvalds
0005  */
0006 
0007 /*
0008  * This is included by init/main.c to check for architecture-dependent bugs.
0009  *
0010  * Needs:
0011  *  void check_bugs(void);
0012  */
0013 
0014 /*
0015  * I don't know of any alpha bugs yet.. Nice chip
0016  */
0017 
0018 static void check_bugs(void)
0019 {
0020 }