]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
powerpc: Merged asm/xmon.h
authorPaul Mackerras <paulus@samba.org>
Mon, 10 Oct 2005 23:46:10 +0000 (09:46 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 11 Oct 2005 00:00:00 +0000 (10:00 +1000)
Xmon itself isn't merged yet, though.

Signed-off-by: Paul Mackerras <paulus@samba.org>
include/asm-powerpc/xmon.h [new file with mode: 0644]
include/asm-ppc/xmon.h [deleted file]

diff --git a/include/asm-powerpc/xmon.h b/include/asm-powerpc/xmon.h
new file mode 100644 (file)
index 0000000..ca5f332
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef __PPC_XMON_H
+#define __PPC_XMON_H
+#ifdef __KERNEL__
+
+struct pt_regs;
+
+extern void xmon(struct pt_regs *excp);
+extern void xmon_printf(const char *fmt, ...);
+extern void xmon_init(int);
+
+#endif
+#endif
diff --git a/include/asm-ppc/xmon.h b/include/asm-ppc/xmon.h
deleted file mode 100644 (file)
index 042b83e..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef __PPC_XMON_H
-#define __PPC_XMON_H
-#ifdef __KERNEL__
-
-struct pt_regs;
-
-extern void xmon(struct pt_regs *excp);
-extern void xmon_printf(const char *fmt, ...);
-extern void xmon_map_scc(void);
-extern int xmon_bpt(struct pt_regs *regs);
-extern int xmon_sstep(struct pt_regs *regs);
-extern int xmon_iabr_match(struct pt_regs *regs);
-extern int xmon_dabr_match(struct pt_regs *regs);
-extern void (*xmon_fault_handler)(struct pt_regs *regs);
-
-#endif
-#endif