crash.c 275 B

1234567891011121314151617
  1. /*
  2. * arch/s390/kernel/crash.c
  3. *
  4. * (C) Copyright IBM Corp. 2005
  5. *
  6. * Author(s): Heiko Carstens <heiko.carstens@de.ibm.com>
  7. *
  8. */
  9. #include <linux/threads.h>
  10. #include <linux/kexec.h>
  11. note_buf_t crash_notes[NR_CPUS];
  12. void machine_crash_shutdown(struct pt_regs *regs)
  13. {
  14. }