diff options
Diffstat (limited to 'kernel/arch/parisc/include/asm/bugs.h')
-rw-r--r-- | kernel/arch/parisc/include/asm/bugs.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kernel/arch/parisc/include/asm/bugs.h b/kernel/arch/parisc/include/asm/bugs.h new file mode 100644 index 000000000..9e6284342 --- /dev/null +++ b/kernel/arch/parisc/include/asm/bugs.h @@ -0,0 +1,19 @@ +/* + * include/asm-parisc/bugs.h + * + * Copyright (C) 1999 Mike Shaver + */ + +/* + * This is included by init/main.c to check for architecture-dependent bugs. + * + * Needs: + * void check_bugs(void); + */ + +#include <asm/processor.h> + +static inline void check_bugs(void) +{ +// identify_cpu(&boot_cpu_data); +} |