https://github.com/torvalds/linux
Raw File
Tip revision: 4f9a10bce7df56decbc3d2e80efa1e11a8980daf authored by gdalbeniz on 07 July 2014, 11:09:59 UTC
Merge pull request #1 from torvalds/master
Tip revision: 4f9a10b
bugs.h
#ifndef __ASM_GENERIC_BUGS_H
#define __ASM_GENERIC_BUGS_H
/*
 * This file is included by 'init/main.c' to check for
 * architecture-dependent bugs.
 */

static inline void check_bugs(void) { }

#endif	/* __ASM_GENERIC_BUGS_H */
back to top