Your IP : 172.28.240.42


Current Path : /usr/src/linux-headers-3.13.0-185/arch/alpha/include/asm/
Upload File :
Current File : //usr/src/linux-headers-3.13.0-185/arch/alpha/include/asm/bugs.h

/*
 *  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)
{
}