troubleshoot.c 425 B

1234567891011121314151617
  1. /*
  2. * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. */
  7. #include <linux/ptrace.h>
  8. void show_regs(struct pt_regs *regs)
  9. {
  10. }
  11. void show_kernel_fault_diag(const char *str, struct pt_regs *regs,
  12. unsigned long address, unsigned long cause_reg)
  13. {
  14. }