PERFORCE change 206906 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sun Feb 26 07:37:42 UTC 2012


http://p4web.freebsd.org/@@206906?ac=10

Change 206906 by gonzo at gonzo_thinkpad on 2012/02/26 07:37:31

	Remove redundant declaration

Affected files ...

.. //depot/projects/dtrace-mips/sys/mips/include/trap.h#3 edit

Differences ...

==== //depot/projects/dtrace-mips/sys/mips/include/trap.h#3 (text+ko) ====

@@ -115,7 +115,6 @@
 void MipsTLBMissException(void);
 void MipsUserGenException(void);
 void MipsUserIntr(void);
-uintptr_t MipsEmulateBranch(struct trapframe *, uintptr_t, int, uintptr_t);
 
 register_t trap(struct trapframe *);
 


More information about the p4-projects mailing list