Your IP : 172.28.240.42


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

/*
 * This is included by init/main.c to check for architecture-dependent bugs.
 *
 * Needs:
 *      void check_bugs(void);
 */
#ifndef __ASM_AVR32_BUGS_H
#define __ASM_AVR32_BUGS_H

static void __init check_bugs(void)
{
	cpu_data->loops_per_jiffy = loops_per_jiffy;
}

#endif /* __ASM_AVR32_BUGS_H */