ARC: Module support
[deliverable/linux.git] / arch / arc / kernel / troubleshoot.c
CommitLineData
c08098f2
VG
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
8#include <linux/ptrace.h>
9
10void show_regs(struct pt_regs *regs)
11{
12}
13
14void show_kernel_fault_diag(const char *str, struct pt_regs *regs,
15 unsigned long address, unsigned long cause_reg)
16{
17}
This page took 0.026719 seconds and 5 git commands to generate.