/* * include/asm-arm/bugs.h * * Copyright (C) 1995 Russell King */ #ifndef __ASM_BUGS_H #define __ASM_BUGS_H #include #define check_bugs() cpu_check_bugs() #endif