aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/kgdb.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/linux/kgdb.h b/include/linux/kgdb.h
index 407edb1e0c4d..406f6f9286f3 100644
--- a/include/linux/kgdb.h
+++ b/include/linux/kgdb.h
@@ -36,20 +36,6 @@ struct pt_regs;
36extern int kgdb_skipexception(int exception, struct pt_regs *regs); 36extern int kgdb_skipexception(int exception, struct pt_regs *regs);
37 37
38/** 38/**
39 * kgdb_post_primary_code - (optional) Save error vector/code numbers.
40 * @regs: Original pt_regs.
41 * @e_vector: Original error vector.
42 * @err_code: Original error code.
43 *
44 * This is usually needed on architectures which support SMP and
45 * KGDB. This function is called after all the secondary cpus have
46 * been put to a know spin state and the primary CPU has control over
47 * KGDB.
48 */
49extern void kgdb_post_primary_code(struct pt_regs *regs, int e_vector,
50 int err_code);
51
52/**
53 * kgdb_disable_hw_debug - (optional) Disable hardware debugging hook 39 * kgdb_disable_hw_debug - (optional) Disable hardware debugging hook
54 * @regs: Current &struct pt_regs. 40 * @regs: Current &struct pt_regs.
55 * 41 *