Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Feb 2012 07:37:41 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 206906 for review
Message-ID:  <201202260737.q1Q7bfxg010246@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@206906?ac=10

Change 206906 by gonzo@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 *);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202260737.q1Q7bfxg010246>