bugs.h 301 B

1234567891011121314151617181920
  1. /*
  2. * include/asm-parisc/bugs.h
  3. *
  4. * Copyright (C) 1999 Mike Shaver
  5. */
  6. /*
  7. * This is included by init/main.c to check for architecture-dependent bugs.
  8. *
  9. * Needs:
  10. * void check_bugs(void);
  11. */
  12. #include <asm/processor.h>
  13. static inline void check_bugs(void)
  14. {
  15. // identify_cpu(&boot_cpu_data);
  16. }