* [PATCH]: put show_regs in a header file
@ 2002-12-19 19:56 Juan Quintela
0 siblings, 0 replies; only message in thread
From: Juan Quintela @ 2002-12-19 19:56 UTC (permalink / raw)
To: Ralf Baechle, mipslist
Hi
this is the same place where it is exported in 32 bits.
Later, Juan.
Index: include/asm-mips64/ptrace.h
===================================================================
RCS file: /home/cvs/linux/include/asm-mips64/ptrace.h,v
retrieving revision 1.6.4.3
diff -u -r1.6.4.3 ptrace.h
--- include/asm-mips64/ptrace.h 27 Jun 2002 14:21:24 -0000 1.6.4.3
+++ include/asm-mips64/ptrace.h 19 Dec 2002 19:48:51 -0000
@@ -76,6 +76,7 @@
#ifndef __ASSEMBLY__
#define instruction_pointer(regs) ((regs)->cp0_epc)
+extern void show_regs(struct pt_regs *);
#endif /* !__ASSEMBLY__ */
#endif
--
In theory, practice and theory are the same, but in practice they
are different -- Larry McVoy
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-12-19 19:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-19 19:56 [PATCH]: put show_regs in a header file Juan Quintela
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox