svn commit: r264890 - head/sys/mips/mips

Warner Losh imp at FreeBSD.org
Thu Apr 24 21:17:49 UTC 2014


Author: imp
Date: Thu Apr 24 21:17:48 2014
New Revision: 264890
URL: http://svnweb.freebsd.org/changeset/base/264890

Log:
  More like gone in 11...

Modified:
  head/sys/mips/mips/pm_machdep.c

Modified: head/sys/mips/mips/pm_machdep.c
==============================================================================
--- head/sys/mips/mips/pm_machdep.c	Thu Apr 24 20:53:09 2014	(r264889)
+++ head/sys/mips/mips/pm_machdep.c	Thu Apr 24 21:17:48 2014	(r264890)
@@ -184,27 +184,6 @@ sendsig(sig_t catcher, ksiginfo_t *ksi, 
 	mtx_lock(&psp->ps_mtx);
 }
 
-#ifdef GONE_IN_7
-/*
- * Build siginfo_t for SA thread
- */
-void
-cpu_thread_siginfo(int sig, u_long code, siginfo_t *si)
-{
-	struct proc *p;
-	struct thread *td;
-
-	td = curthread;
-	p = td->td_proc;
-	PROC_LOCK_ASSERT(p, MA_OWNED);
-
-	bzero(si, sizeof(*si));
-	si->si_signo = sig;
-	si->si_code = code;
-	/* XXXKSE fill other fields */
-}
-#endif
-
 /*
  * System call to cleanup state after a signal
  * has been taken.  Reset signal mask and


More information about the svn-src-head mailing list