URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [uclinux/] [uClinux-2.0.x/] [include/] [asm-alpha/] [bugs.h] - Rev 1765
Go to most recent revision | Compare with Previous | Blame | View Log
/* * include/asm-alpha/bugs.h * * Copyright (C) 1994 Linus Torvalds */ /* * This is included by init/main.c to check for architecture-dependent bugs. * * Needs: * void check_bugs(void); */ /* * I don't know of any alpha bugs yet.. Nice chip */ static void check_bugs(void) { }
Go to most recent revision | Compare with Previous | Blame | View Log